Alteryx Designer Desktop Discussions

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

How to change column names to be able to properly use the Join function

esabay
8 - Asteroid

Hi All,

 

I have two input files: one for the names and money owed and the other one is for the names and email addresses. How can I rename the cust_name from table to so I can use the Join function properly. Thank you for the help

 

 

 

Table 1   Table 2 
Legal NameMoney Owed  cust_namecust_contact
Sam123  Samsam@email
Ram456  Ramram@mail
Tango789  Tangotango@mail
Ueclid999  Ueclidu@email
Varus111  Varusvarus@emai
4 REPLIES 4
esabay
8 - Asteroid

How can I rename the cust_name from table 2 to so I can use the Join function properly. Thank you for the help** sorry for the typo error

binuacs
20 - Arcturus

@esabay You can join both fields without renaming, once join if you want to rename any of the fields you can change it in the join tool

binuacs_0-1686758191595.png

 

nagakavyasri
12 - Quasar

You can Join by position or by specific fields and then rename:

 

Screenshot 2023-06-14 120307.pngScreenshot 2023-06-14 120103.png

esabay
8 - Asteroid

Thank you both appreciate the help

Labels