Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to combine two excel spreadsheets with different column headers?

atarahoward
6 - Meteoroid

Hello! I am trying to figure out how to combine report 2 data into report one but the column headers are different between the two reports. For example, I want to pull put the "Sales Document" data from Report 2 into the "Sales Order Num" column in Report 1.

2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

You can use a Select tool to manually re-name columns, then a Union tool to combine the two data streams.

 

Or to fix the column names using a macro, check out this example: Design Pattern – Easily changing field names – Alter Tricks

 

Chris

nagakavyasri
12 - Quasar

Try this by joining

 

Screenshot 2023-06-08 173703.png

Labels
Top Solution Authors