Hi All,
The file which i am trying to process is fixed length. Each record in the file has fixed length (Length = 10). In this file Header & Trailer occur only once. Details record can appear many times.
Header (record id = “1” , Cust ID= “12345” , Date= “2507” )
Details (record id = “2” , Item Name= “APPLE” Qty=“10KG” )
Details (record id = “2” , Item Name= “ORANG” Qty=“01KG” )
Trailer (record id = “3” , Total amount = “00590” Ship Date = “2507” )
Fixed length for each record = 10
File looks like
1123452507
2APPLE10kg
2ORANG01kg
3005902507
I want to process this now. creating a schema and dictionary. How to do that…
Yours urgent help is appreciated. Thanks in advance.
Regards,
Amit
#Integration-Server-and-ESB#webMethods#webMethods-General#webMethods-Architecture