Skip to Content
0
Former Member
Oct 20, 2005 at 09:08 PM

1 input msg, 2 output files

26 Views

Hi Everyone:

The scenario is as follows, I have an input msg which looks like this:

<ACCOUNT>

<HEADER>

...

</HEADER>

<DETAIL> <--- occurence 1:unbounded

...

</DETAIL>

</ACCOUNT>

and somehow after doing the necessary mapping, etc I need to end up with 2 output files, one with the HEADER data (header.txt) and the other with the DETAIL data (detail.txt). Can I use File Content Conversion to do this? if so, how? I'm new to this environment so I'll appreciate any help 😊