Originally posted by: Tanya11
Hi Paul,
I understand how the functional map is working now.
But my requiremnet is diffreent. When we are converting the HEX to decimal here ( in my eg, I am converting 82( HEX) it is converted to 130 (decimal) which is correct but it is taking 3 bytes.)
I am trying to build a map to read ISO8583 message. I am supposd to read the first 16 bytes of data ( which will have 32 numbers 82 20 00 00 00...) I am supposed to read the remaining fields based on the bits in this 16 bytes.
8220000000
1000 0010 0010 0000 which means 1,7,11 fields are available.
I am using teston() function to check for the bits and construted the type tree. Before, I read the bitmap as text , the 3rd and 4rth bits were being 1 in the first byte.
Now, when I am using TESTON(TOBASETEN()) , the first 8 bits are coming as 0s.
Can you please help in reading the data as HEX.
Previously, I tried reading the bitmap as number, text with different combinations
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange