Hello All,
I would like to check how to use UNION tool if one of the dataset is missing during runtime. I am working on scenario where I am trying to combine data from two excel sheets of same workbook with same metadata. This file may or may not have data for both sheets at a time. In such case, that sheet will be missing from workbook.
Scenario 1: PRODUCT_ORIGINAL and PRODUCT_SPECIAL are two sheets available in worksheet with same number of columns.
Output 1: UNION tool works fine while combining data from these two sheets.
Scenario 2: Either of sheets is missing (let's say PRODUCT_SPECIAL is not present in this case)
Output 2: UNION tool output doesn't show data at all even for PRODUCT_ORIGINAL tab along with error (for missing PRODUCT_SPECIAL tab) which can be ignored while data processing.