Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
What you are looking for is handled by the "ConcatenationType" parameter.
If you set this to "Exact Error" then you will get the error you want.
However, the ConcatenationType parameter has some other useful options which might help further...
You could set the ConcatentationType to "Intersection" to get only the columns that appear in all of these worksheets, or "Union" to get all columns that appear in any worksheet.
If you set the ConcatenationType to "Exact New Output", then add another output to the node, and give it some name (e.g. "metadata"), then set the "MetadataOutputPin" parameter to the name of that output (e.g. "metadata"), then all worksheets that have exactly the same colulmns as the worksheet in the first workbook will be output to your existing output, but each of the worksheets in the other workbooks that don't match this metadata exactly will be written to a separate BRD file. The name of each of these worksheets, the excel file from which they came, and the location of the output BRD will then be written to the "metadata" pin.
Hope this helps,
Tim.