|
| I have a inbound document that looks like this
Document
Transaction (many)
Reference (many)
Quantity (many)
being mapped to a database. I want to create a new row off of each Quantity.
How I am mapping the Reference loop, is by using the flattening functoid, to
move two different values into two different columns. I then map the
Quantity, and use the Looping Functoid from the Quantity to drive the number
of rows created. Things work fine, until I use the looping functoid, and
then the second occurrence of the flattening functoid does not work, it does
not map anything into the column.
Can you explain the behavior, and how I might be able to code for that
second column, while retaining the number of rows creating.
If you would like to see the map, please feel free to email me.
Thank you,
Eric
|
|