I reviewed the above file (visually) didn't get a chance to put it through some editors that detect characteristics of the data.
I have three thoughts of things to try.
1. Export the categories listing.
2. Download the generated file.
3. Post the file (do not open the file with any software in this or the previous steps.)
2nd thing: in YOUR_ADMIN/easypopulate_4.php at line 6, change
Code:
$csv_delimiter = ",";
To:
Code:
$csv_delimiter = "\x2c";
(this is the UTF-8 equivalent to a comma. Then export the categories listing again, post it as a second "file" do not edit or open the file before posting the contents.
3rd thing to try is to read through and verify following the below or similar instruction for importing the CSV into Open Office. Note the expected delimiter is a comma.
https://wiki.openoffice.org/wiki/Doc...ning_CSV_Files
Kind of guessing, thinking that if the export help file helped soxophoneplayer, then perhaps the above would help you or another...