![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am exporting a table data to a flat file using DTS Package. Some of the columns in the table contain special characters. After the data is exported, the special characters in the flat file are not same as the special characters in the columns of the table. How does this happen? How can I resolve this? |
#3
| |||
| |||
|
|
Hi Sevugan, "Sevugan" <Sevugan (AT) discussions (DOT) microsoft.com> schrieb im Newsbeitrag news:C54C20E3-86D7-4D28-B56F-43708A1B841C (AT) microsoft (DOT) com... Hi, I am exporting a table data to a flat file using DTS Package. Some of the columns in the table contain special characters. After the data is exported, the special characters in the flat file are not same as the special characters in the columns of the table. How does this happen? How can I resolve this? which file format did you specifiy for the export file? The default type is ANSI which may result in different presentation of extented/unicode characters. If your database datatype is unicode, then you should set the file format to unicode also. You can change this under the properties button of the file connection. Helge |
#4
| |||
| |||
|
|
Hi Rutz, The datatype of the field is char. But that field contains unicode characters. I set the file type to Unicode under the file properties in the DTS Package. Still I am getting the same result(Some characters are getting converted into others). How can I resolve this? Is there any other way? |
![]() |
| Thread Tools | |
| Display Modes | |
| |