0
I am trying to import data from an Excel csv spreadsheet, however the following error appears:
Invalid column count in CSV input on line 1.
I imported directly to the root of the database (created new table) and when finishing the data were grouped in the same column and another is empty.
There are only 3 fields (ID, CNPJ and social reason), but with more than 30 thousand records.
What could be done to import correctly?
Table image:
Grateful Bins, but gave this error Mysql Messages : Documentation #2027 - Malformed Packet Remembering that my tables are Inoodb
– Rogerio Silva
In time: I saved in CSV mode, XML, XLX,XLXS , all possible and all give import error. I converted the spreadsheet to . sql and upload the spreadsheet but do not upload the data. when it goes straight to the root, it groups all the data in only 1 column, separated by "comma" - To avoid that when importing the data not all be grouped in the same column I added columns between the data but it was not good. Group in the same way. //
– Rogerio Silva
No one could help?
– Rogerio Silva