Hi,
I'm using CSV Import with Skip First Line checked but when I try to import a CSV file with column headings in the first line I get an error because it's trying to import the first line into the database:
Some errors in the CsvImport Number Description Position -2147467259 Row: 0 - Err: [MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-nt]Data too long for column 'variEnabled' at row 1 UPDATE silverjewellrydb.tblvariants set variProdId=0, variPrice=0, variCode='variCode', variName='variName', variStock=0, variEnabled='variEnabled', variExtraRewards=0 where variId = variId ImportData
I'm using version Version 1.2.5 |
|
|