I have a column named as DEAL_NUMBER which consists below four values,
2442660018000120000000
0000002442660018000124733590XAUUSDM
0000002442660018000124733590XAUUSD
0000002442660018000124733590AUDUSDM
0000002442660018000124733590AUDUSD
After using the substring($in.0.DEAL_NUMBER,12,16) function, the values has been transformed as below,
18000110798858
18000110798858
18000110798858
18000110798858
18000110798858
not sure, why the first record has been replaced by the below deal numbers. Pls help.