hi,
let me explain the case:
file will come as leading zero's or leading spaces and level as key field under Header to identify header, detail sections.
i'm done with configuration in FCC for leading space by putting (key value) Level as " 1" and PI is converting and xml shows as "Level=0"
however when i did same FCC for leading zero's as "00001" and PI is converting xml as "LEvel=00000".
note : target having one header so i did some logic in PI.
however FCC parameters as
Header,1,HEader,1 . ( for 2 cases )
i've 2 issues here. am not able to generate Header section if its leading zero's and xml conversion for level is similar to the field whcih is passing by ERP, but with leading spaces its creating header and level as "0" truncating all spaces.
Is my configuration is wrong or what might be the issue with leading zero's as PI is converting XML similar to source value.