I am trying to export an ODS file to CSV, but when I import into phpmyadmin - I get \"Invalid field count in CSV input on line 1.\"
File (it has more than two lines
If you use phpMyAdmin, then you are allowed to specify column names. When logged into the desired database:
You can also use mysqlimport if you prefer the shell.
For Example:
shell>mysqlimport --columns=column1,column2 dbname imptest.txt