What effect has the Merge transform on the order of the records? Suppose I merge data from two sorted sources A and B, will the output contain the records of source A in its original sorted order followed by B?
I have the strong impression that this isn’t the case, but that the records are ‘woven’ together.
I would imagine that its going to stripe them at say 1000 records per source.
Its too bad the merge doesnt have a sortation option. Read one record from each source and pass through the largest/smallest. Save me from having to sort it immediately following the merge.
But what about the order of columns when using the MERGE transform? BODS does not respect identical columns when the order of the columns in the mapping are not the same.
Can anyone confirm this?
It is a shame when the target table is filled with mixed content because does not respect idential column names