cancel
Showing results for 
Search instead for 
Did you mean: 

EDI CONVERTION XML FILE SENDER

brian_briones
Participant
0 Kudos

Hi experts,

I am working with EDI files converted to XML with the sender FILE channel and the module "localejbs / EdifactConverterModule" to convert EDI XML document.

When the file is simple I have no problems, but when you change any line or come with more lines gives me error of conversion.

Is there a way to allow or ignore, or order the document before processing edi?

Will I have to create a file interface to sort the file before processing?

How the channel is used EDIconvert sender? Does it serve me in this case?

please if you have any suggestion would be helpful.

attached images processing and channel settings

Error channel

Module

Accepted Solutions (0)

Answers (1)

Answers (1)

apu_das2
Active Contributor
0 Kudos

Hi,

Did you use Ediseparator adapter before to split it. I guess your flow should like below -

1. One dummy File to EdiSeparator interface which will split the transactions for you like transaction set identifier 810 , 850 etc.

2. EdiSeparator to IDOC scenario as per per split set identifier using module in the Sender CC.

You can follow below link -

Thanks,

Apu