I have one CSV file that file contains empname & emp joining date. All the text in the CSV file are in chinese language. Example
中国上汽,2008年12月18日
中国石油,2008年12月18日
I want to read this datetime column and insert it into SQL table using SSIS package. Am getting below error message
[OLE DB Destination [9]] Error: There was an error with input column "工资结束期" (85) on input "OLE DB Destination Input" (22).
The column status returned was: "The value could not be converted because of a potential loss of data.".