How to debug CSV import syntax issues
-
I am using the CSV import plugin.
When I try to import a bad formatted csv file, it doesn’t complain about the line, the column or the offending field. In fact, after importing a wrong formatted file (say I have a 5 entries file and none of them are valid) it shows “Imported 5 events”.
One of the most common issues is file encoding, since I am using an XLS file to create the CSV file and when writing a CSV file from MS Excel, the encoding is (for MacOS X) “Mac Roman”, and not UTF8.
I will appreciate some guidance on how to debug csv importing, since I am importing a 500 entries file.
The topic ‘How to debug CSV import syntax issues’ is closed to new replies.