Hi,
I'm trying to seperate the lines in a flat file into seperate
messages. I've looked at the EnvelopeProcessing SDK sample. But I'm
still confused how this works.
The rows/lines in my flat file are positional columns. Each line is cr/
lf delimited.
The last 'column' on a line is not nessecarily filled-out to the max
number of characters.
This seems (to me) like the simplest splitting scenario possible but I
cant get it to work.
I'm unsure which schemas I need to define in order to get the flat
file disassembler to split up the incoming file. I think I don't need
an 'envelope' schema (since there is no Envelope Schema collection on
the flat file disassembler) but I'm not sure how to define the
'do***ent' schema. What should be the root node?
Untill now I either get errors stating that something went wrong while
looking for '\r\n' or I get one message where the first 2 fields are
parsed correctly and the third (and last) field contains the rest of
the file! That happens when I turn on 'Allow Early Termination'.
Can someone help me out, please?