Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using tXMLMAP to generate a fairly complex XML document with several loops (not nested). For some reason or another my first loop goes off without any issue (creates six loops through my data as it should). However my second loop (coming from a second set of data) has only one record coming into it at this time (could be more depends on the source data). However the second loop is still going through the data six times (if I add more data to the first loop's data source it increases the second loop to match the same number of times).
The data in the second loop is identical in every way for each iteration through the loop just there way more times than it should be, I have been hitting my head against a wall on this for a while so any help would be greatly appreciated.
Thanks!