I'm trying to import a CSV into MySQL via Phpmyadmin. My file is exported from another software i can't access or control. Sadly, the file "export.csv" contains in line one some "info about the other db" and in line 2 it contains the column names.
Im using the following settings:
file: import.csv
character Set of file: iso-8859-1
Skip this number of queries (for SQL) or lines (for other formats), starting from the first one : 2
format: CSV
columns separated by: ;
but i always get the error "column count not matching in line: 1".
if i delete the two first lines in the csv file, it works perfect.
it looks to me like the skip rows does not work. But why?
Column namesfield (which only shows up when doing an import into a specific table).