database - Error Code 1261-- import csv file into mysql workbench 6.2 -


i trying load large csv file mysql using workbench 6.2. issues keep running en error message says " error code: 1261. row 4670297 doesn't contain data columns. below code using.

changing fields terminated "," fields terminated '","' , there no difference

load data infile 'c:/rates.csv'  table rates  fields terminated "," enclosed '' lines terminated '\r' ignore 1 rows;  

any assistance extremely appreciated.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -