I have a csv with over 1,000 products listed. s the csv was the result of a mysql dump, there are carriage returns in the content, as well as quotes, etc.
I have done many test/example imports, and the mapping, etc. is fine. The problem is that I need to easily condition, or prepare, the csv file for input. Sugar will just ignore confusing lines, and every CRLF creates another record.
So what tools are there out there, or even Perl scripts, that can prepare a fairly 'dirty' csv file that came from MySQL for import? The fact that the one I'm doing is products should not matter.
Thanks for your thoughts!


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks