Originally posted by: WTX_newbie
Hi,
I had made one more change, changed data language as Native, earlier it was EBCDIC and comp values were read properly.
I am still facing problem reading the records in my input type tree.
78020100270000800 1 05 ... <some data>
78020100270000800 1 10 ... <some data>
78020100270000800 1 15 ... <some data>
78020100270000800 1 20 ... <some data>
78020100270000800 1 30 ... <some data>
78020100270000800 1 31 ... <some data>
78020100270000800 1 40 ... <some data>
78020100270000800 1 41 ... <some data>
78020100270000800 1 46 ... <some data>
78020100270000800 1 50 ... <some data>
78020100270000800 1 60 ... <some data>
78020100270000800 1 60 ... <some data>
78020100270000800 1 65 ... <some data>
78020100270000800 1 70 ... <some data>
78020100270000800 1 80 ... <some data>
78020100270000800 1 90 ... <some data>
9 9D ... <some data>
The record should be identified by 2bytes at column 22nd and 23rd. Like 20,30,31,40,41,46,50,60,70,80,90,9D
I have added an identifier to check for 20,30... values . Also added a component rule to check for these values. But its not working out.
I tried by having only one record in the input file .
78020100270000800 1 46 ... <some data>
The record is being read in the first record always. Type tree is not able to distinguish the records. Can you please suggest a way to make type tree identify these records.
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender