Hi, all.
I am trying to get the file adapter to parse a file. The message type is the following:
JOB
Msg 0..1
Transaction 0 ... unbounded
Data 0 ... 1
f1 string
f2 string
How would you define the recordset name and recordset structure to produce the same structure in the converted xml. I tried:
recordset name : Msg
recordset structure : Data, *
But the transaction is missing. I tried:
recordset name: Msg
recordset structure : Transaction, *
Then the data is missing. Note that the actual data in f1, f2 ... are loaded successfully though.
Thanks,
Jonathan.