Page 1 of 1

splitting multiple transaction from input x12 edi file.

Posted: Wed Aug 07, 2013 1:14 am
by siva9880
Hi All,

I have one issue with the source EDI file translation.
Issue is input file are huge size so we want to reduce the transactions for eg: input contains 3000 transactions and we want a map to generate multiple file with 50 transactions each. We will get 60 input files from single file.

Snippet of input EDI file:

ISA*.....
GS*.....
ST*..
.
.
SE*..
ST*..
.
.
.
SE*..
GE*3000*.
IEA*..

Output should be :
like this 60 files has to be created.

ISA*.....
GS*.....
ST*..
.
.
SE*..
ST*..
.
.
.
SE*..
GE*50*.
IEA*..


Thanks,
Siva