09-07-2022 09:16 AM
Hi Team,
we designed pipeline to read data from excel sheet using excel parser then loading same data into sql server table using SQL Server Bulk load snap but it is throwing below error.
There is no wrong data in the column showing the error.
Reason: #@ Row 1, Column 54: String data, right truncation @#
the data at Column 54 is like “Have/E22”
09-08-2022 02:18 AM
Hi @kkishore
This error could possible occur because of the length of the table column.
Thanks,
Pero M.
09-08-2022 05:45 AM
we have created field with data type is varchar(8000,NULL), provided enough length to store the data