SOLVED
Union Two Txt files
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Cferrer6
8 - Asteroid
‎03-11-2021
06:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Solved! Go to Solution.
Labels:
- Labels:
- Workflow
3 REPLIES 3
21 - Polaris
‎03-11-2021
07:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
16 - Nebula
‎03-12-2021
02:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
‎03-12-2021
05:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thank you!
