Hello!
I receive a file that has the following format:
HEADER (occurrence = 1)
INVOICES (occurrence = n)
HEAD (occurrence = 1)
DETAIL (occurrence = n)
TRAILER (occurrence = 1)
The file looks something like this:
1Field1Field2...Fieldn
2Field1Field2...Fieldn
3Field1Field2...Fieldn
3Field1Field2...Fieldn
:
:
3Field1Field2...Fieldn
2Field1Field2...Fieldn
3Field1Field2...Fieldn
3Field1Field2...Fieldn
:
:
3Field1Field2...Fieldn
4Field1
Where 1 is the keyfieldvalue for Header, 2 for the Invoice Header, 3 for the Invoice Detail and 4 for the Trailer.
Is it possible to manage this kind of file using the File Content Conversion. I'm haven't been able to get it to work. I don't wan't to split the file into separate msgs so I'm not using the option Recordsets per message.
I'll greatly appreciate any help, suggestions.
Kind Regards,
Carlos López