I am getting issue in configuring manually for multiple datasets. I have to do it manually one by one for each column and each dataset
Is there any other way to do it in union using manually configuring fields
Solved! Go to Solution.
Hi @poojasingh111 if you click and drag when you select fields or press ctrl you can select multiple fields at once in Manual configruring fields in the Union tool.
It's going to be difficult to tell whether it'll be possible to find a way to union by name or position without a little bit more information on what you're trying to union. Can you provide some more details or mock data at all?
Ideally you'll want the field names to match so that you can use the Auto Config by Name option in the Union tool. This may require some translation before you get to the Union. In the attached / below sample workflow, I have two datasets with field names that do not match & positions that do not line up.
Dataset 1:
Dataset 2:
To union these successfully, I've created a mapping dataset to translate one of my dataset's field names to match the other:
Then we use a Dynamic Rename tool to update the field names of my 2nd dataset:
This allows the Union tool to provide the desired alignment with the Auto Config by Name option.
Will this work even if first column starts with different positions in each file?
Eg. File 1 column1 starts with C1 and dummy values in A1,B1
File 2 Column1 starts with D5 and dummy values in rest few cells
In the proposed field rename solution I provided, the list of fields to be renamed & the new names would be explicitly defined by you. So yes, you could just not have a field name translation for A1, B1 and start that old/new field name mapping dataset with C1 (for your File1 example).