ICE Version: infobright-3.5.2-p1-win_32
I’m trying to load a large file but keep running into problems with errors such as:
Wrong data or column definition. Row: 989, field: 5.
This is row 989, field 5:
”(450)568-3***"
Note: The last 3 chars are numbers as well, but didn’t want to post somebodys phone number on here.
It’s really no different to any of the other entries in that field.
The datatype of that field is VARCHAR(255) NOT NULL
I've run into this issue when the last line of the file is not terminated by the value of --lines-terminated-by="\n". For example If I am importing a file with 9000 lines of data I have to make sure there is a new line at the end of the file. Depending on the size of the file, you can just open it with a text editor and hit the return k