Hi Experts,
I hope you can help.
I have a flat file that comes in from the mainframe. The layout looks like this:
H<header>
E<email>
S<subject>
B<body>
B<body>
A<attachment>
A<attachment>
A<attachment>
E<email>
S<subject>
B<body>
B<body>
A<attachment>
A<attachment>
A<attachment>
T<transid>
I need to split the file in multiple files so I get something like this:
File1:
E<email>
S<subject>
B<body>
B<body>
A<attachment>
A<attachment>
A<attachment>
File2:
E<email>
S<subject>
B<body>
B<body>
A<attachment>
A<attachment>
A<attachment>
And save the files into another directory. Anyone has an idea if this is possible?
Thank You,
Sebastian
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services