Example of offending row
Row 1 "This is a line of data"
"User entered another line of data in the same row"
Row 2
I'm unable to find a solution to this error on google: "Text was truncated or one or more characters had no match in the target code page."
This happens only on one field which has comments. The offending Excel row/column has text that was entered in two lines i.e they entered the data and pressed "enter" and wrote a new line in the same row.
Im using an Excel file source in SSIS and an OLEDB Destination (SQL Server) but one column keeps erroring out and I have tried to do the following:
1) Change output column width in advanced editor (still errors)
2) Data conversion tool between the source and destination (still errors)
Any help would be appreciated, thank you.