My flatFile contains some Chinese characters; so inorder to load the data, i have checked the unicode checkbox in the flatfile connection manager. However it shows an error in the flatfile source since then.
here is the error:
" Error at DFT Load table Table1 [Flat File Source [1]]: The data type for "output column "Flat File Source Error Output Column" (55)" is DT_TEXT, which is not supported with Unicode files. Use DT_NTEXT instead and convert the data to DT_TEXT using the data conversion component.
Error at DFT Load table Table1 [SSIS.Pipeline]: "component "Flat File Source" (1)" failed validation and returned validation status "VS_ISCORRUPT".
Error at DFT Load table Table1 [SSIS.Pipeline]: One or more component failed validation.
Error at DFT Load table Table1 : There were errors during task validation. (Microsoft.DataTransformationServices.VsIntegration) "
My real problem is how do i change the datatype of "Flat File Source Error Output Column" in the advanced editor? whenever i try to do so it show a message 'Property value not valid'
any help much appreciated...