Hi @CherieACI
Renaming of right_ is usually caused by Join tool. You might want to check join tool output.
I'm not sure. I don't know what to do to fix it.
Hi @CherieACI
Check embedded select of all the Join tools for renaming issue.
Renaming happens when there is same name in right and left. Best choice unselect the right column to prevent duplicate column.
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Hi @CherieACI,
Each join tool can create an additional columns. Please look into the screen below:
In order to remove them please click options and deselect duplicated fields:
In order to get only relevant columns without duplicates:
I have mocked a workflow for you.
The field is being renamed in the Join tool right before the union. Alteryx acts like a database - you can't have two fields with the same name. It will automatically rename any subsequent instances, thus why the second instance is renamed to "Right_name."
In your union tool, toggle over to manually configure fields. Use the arrows to manually align the fields. Alternatively, you can have a Select tool right before the Union tool and rename the fields to match.
Hi @CherieACI ,
@echuong1 made a good point with the union tool and sometimes manually configuring can be really.
In this particular case, I would go look into the join tool itself as this will be easier for you to maintain this workflow in the future. If your file structure would be changed in the future it might brake your workflow and you would need to revisit it if you will configure everything manually.
Good luck!