Originally posted by: paul.brett
I enclose a testcase with my results.
After running the SQL script to create the table and populate with data, the table content is:
EmployeeNo Name Age
----------- ---------------------------------------- -----------
1 Paul 43
2 Charlotte 18
Then (after setting environment variable WTX_HANDLE_NVARCHAR_AS_DBCS=1) and running Test2.mmc and Test2a.mmc, the table content is:
EmployeeNo Name Age
----------- ---------------------------------------- -----------
1 Paul 43
2 ??????? 99
...and the Output.txt file contains:
1|P a u l |43
2|$C78;;8 |99
You will note that the output has been altered, and it matches character-for-character, the input file, which contains the Cyrillic string you mentioned, stored as UnicodeLE.
SQL Studio displays:
1 Paul 43
2 Фузилли 99
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender