Originally posted by: intp
Hi,
We have a map (in WTX 8.4) that reads a database with different columns (Unicode data) and we've found a problem with a character.
The input type tree has UNICODE Little Endian, delimiter '|' and release character '!'. The delimiter and release character has native language, the way they are generated with the importer.
The row 48 is correctly read, but the row 49 has a problem with the third column, because there's a character interpreted as a release character and then the rest of columns are read incorrectly.
If we don't put any release character, the row is correctly read. But we don't know if a field can store data that needs a release character when is processed in the mapping.
|
48
|
1
|
Холодильник
|
.
|
Новокузнецк
|
|
49
|
1
|
ЦПС
|
.
|
Новокузнецк
|
Can anyone help on it?
Thanks in advance.
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender