Submitted by: Paul Richards
For the NYSE test case scenario, the data contains overlapping XML structures that need to be mapped to different files. Furthermore, data (keys) from the parent structure needs to be passed to the child structure. Currently, this requires nested FileBiz comps instead of multiple xa:match_stream.
Example:
<Root>
<Account>
<ANumber>
<AName>
<Customer>
<CNumber>
<CName>
...
<Customer>
...
...
<Account>
ANumber and AName need to be written to acct.txt
ANumber, CNumber and CName need to be written to cust.txt
Darin, why is this assigned to you, are you doing anything with it?
-Tim
No idea... must have been a slip up.