Forum Discussion
Error when importing CSV file
- Nov 20, 2024
It looks like contents in column Lable of the csv file is too long to insert into DB table, you should check the max size of column Label, and make sure the size of the column in DB table that import from Label is enough to contain the contents from the csv file.
For example, if the expression MAX(LEN(E:E)) of the csv file is 137, the column definition in DB table must not less than NVARCHAR(137).
By the way, which tool did you use to import csv?
Hi,
Thanks for taking the time to respond. The file is large and the rows that is being referred to in the message I have attached in the file.
Any solutions are much appreciated.
thanks,
Naveen
It looks like contents in column Lable of the csv file is too long to insert into DB table, you should check the max size of column Label, and make sure the size of the column in DB table that import from Label is enough to contain the contents from the csv file.
For example, if the expression MAX(LEN(E:E)) of the csv file is 137, the column definition in DB table must not less than NVARCHAR(137).
By the way, which tool did you use to import csv?
- naveen73Nov 20, 2024Copper Contributor
Thanks so much.
I used the Import wizard