I have a transformation that processes large (~600Mb) XML files, generating up to 10,000 rows for each input row. If I set the rowset size for the transformation, does it affect both the input and output counts?
I would like the input side to be restricted to just a few rows, but the output to contain all 10,000 items.
I would like the input side to be restricted to just a few rows, but the output to contain all 10,000 items.