sql - SSIS-handling non English characters-Truncation error -
Load non-English characters such as ??, è, à ??, a ?? SSIS Flat File Connection Manager throws data transaction errors with the data type from the UTF-8 encoded text file with the formatted data type, however the number of characters in the flat file is similar to that defined in the SQL table field < P> Example: As it is said that there are 20 non-English characters, even though the table is defined as varchar (20), this transgression throws error is. Any idea to solve this issue
You can insert unicode characters in the worker field, if If it works at all, then it will corrupt them. Use instead
Comments
Post a Comment