splitting multiple transaction from input x12 edi file.

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
siva9880
Participant
Posts: 12
Joined: Wed Apr 02, 2008 3:13 am

splitting multiple transaction from input x12 edi file.

Post 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
Post Reply