Combine two files one with headers and the other with data
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
I am struggling, i have two .csv files. one consists of column names and the other is a data dump without headers (7 million + rows). Now i want to handle this data in Alteryx and input the .csv file with the headers into the data dump .csv to be able to read the data properly.
However i cant seem to find a way to do this. i have tried append and joining the data in multiple ways but nothing seems to give back file 1 as headers and file 2 as data in a combined output.. Can someone help me out?
Solved! Go to Solution.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Aimanx2 have you tried the Dynamic Rename tool? IF you take a look at the given Dynamic Rename tool example you can see the similar use case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you both! the .yxmd file attached gave the desired solution!
