Hi, In the creating the faltfile dictionary (Fixed length), the first field is ((86-87) pad left with zeros to length of 2) " _" second field ((88-96) pad left with zeros to length of 9) "_" third fileld ((97-105) pad left with zeros to length of 9)
concatenate all the three fields with "_" underscore...
Can u pls suggest me how to achieve the above.....and while defining the fields the start and end values what we need to give.?
Neelima
Hi, In the creating the faltfile dictionary (Fixed length), the first field is ((86-87) pad left with zeros to length of 2) " _" second field ((88-96) pad left with zeros to length of 9) "_" third fileld ((97-105) pad left with zeros to length of 9)
concatenate all the three fields with "_" underscore...
Can u pls suggest me how to achieve the above.....and while defining the fields the start and end values what we need to give.?
Monishy
Hi,
Please refer the below blogs on fixed width Flat file handlings:
http://idnxchange.com/webmethods-blogs/step-by-step-flat-file-parsing-in-webmethods-82.html
http://idnxchange.com/webmethods-blogs/flat-file-handling-in-webmethods-306.html
Hope these clarifies your queries.