Free Trial

Alteryx Designer Desktop Discussions

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

Union Two Txt files

Cferrer6
8 - Asteroid

Hi,

 

I have data sets I want to union, one created from Alteryx and one input csv from another file. They are the same, only one column called "subscriber type" but when I try to union them instead of combining the data into one column, it creates a second column. Please see attached. Is there a way to have an output only in one column with both data sets combined?

 

 

3 REPLIES 3
Qiu
21 - Polaris
21 - Polaris

@Cferrer6 
Use the option Auto Config by Name 

Or the lowest one by manually adjust the position.

Union.png

afv2688
16 - Nebula
16 - Nebula

Hello @Cferrer6 ,

 

The reason for the files not joining together is due the names being different (SubcriberType vs SubscriberType).

 

You are missing the s in the middle on the first column 😉

 

Regards

Cferrer6
8 - Asteroid

thank you!

Labels
Top Solution Authors