Hi Bhawesh,
Thanks for the reply, my First step is to put the Flat file into a document.
The Sample Flat File Structure looks like this.
“H00”,12345678,4,2
“D00”,12345678,“IMAGEID1”,4,“drawing1.png”,5,0000001,0000011,0000002,0000022,0000003,0000033,0000004,0000044,0000005,0000055
“D00”,12345678,“IMAGEID2”,8,“drawing2.png”,4,0000001,0000011,0000002,0000022,0000003,0000033,0000004,0000044
“T00”
I have to get this data into a document, with the following structure.
DetailRecordList
—Field1 → “D00”
—Field2 → 12345678
—Field3 → “IMAGEID1”
—Field4 → 4
—Field5 → “drawing1.png”
—NoOfPairs -->5
—PairList → This will contain all the values. every first field starting 0000001 goes into FieldA, every second field starting 0000011 goes into FieldB
------FieldA → 0000001
------FieldB → 0000011
The Schema is not working properly to push the data into the PairList.
Any ideas are greatly appreciated
Rgds,
Arjun.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods