Breaking multiple records of FF

Hi Friends,

I am having a flatfile with multiple records. as below

01
02
03
04
05
01
02
03
04
05
01
02
and…so on

for every set of record from 01 to 05 we have to generate the one ST.
How can i divide the set of records in the flatfile.

When i am giving the input as the whole Flatfile , the service is taking only first set of record and processing.

the process i am using is

getfile
Convet to ISdocument.
Mapping to Edi Document
ConverttoString(EDI)

Can anyone please suggest me over.

Thanks and regards
Naveen

Your FFSchema should be created this way…

RecordDefinition
01 (maxRepeat=unlimited) —This will handle multiple 01-05 record sets
–02
–03
–04
–05

Test the above schema with your flatfile.

HTH,
RMG

Hi RMG,

Thanks for reply,
I will try it and see.

Regards,
Naveen