Not sure if this has been mentioned before, but when uploading things that have quotes in them (such as html tables and such) MAKE SURE QUOTES ARE ESCAPED. using open office, all my quotes were escaped with additional quotes after exporting back to csv, solooked likeHTML Code:<table border="0">when it needs to look likeHTML Code:<table border=""0"">i was annoyed that my product's descriptions weren't updating, and that was the culprit. :)HTML Code:<table border=\"0\">


Reply With Quote
