Data blending
- 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 - I am a new Alteryx user so forgive me if this is a stupid question. I typically do these things in excel but I am wanting to use Alteryx to get this done. I have two (excel) spreadsheets:
1. Customer Data ( individual customer data )
2. Column ID ( identifies the column from Customer data that applies to a particular category )
The problem is: each time i receive the Customer Data sheet, I get different column headers. The headers vary by source. This is why I am using another spreadsheet to identify the column (Column ID).
Now for my question: How do I use this Column ID sheet to pull in the Customer Data under the new headers? I am open to all suggestions.
Solved! Go to Solution.
- Labels:
- Common Use Cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi JC1,
Here is a solution I have designed for you.
Essentially the proccess involves getting a letter field position for your customer data, which can be done using a combination of the field info tool, record ID tool and then the formula function CharFromInt().
We can then simply bring in your second table and do a lookup for our new headers.
There may be a simpler way and i'll keep thinking about that.
See the attached workflow and let me know if you have any questions.
Regards,
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for your help on this, Ben! This works, but it most cases the column exceed the Char limit and goes as far as column AA or even CZ. Would it be better if use the column number? The user will add in the column letter and the number will populate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No problem that's what we are here for!
Agree yes that would be the best way to go about it if we go beyond the standard 26 letters.
If we use numbers instead then it would simply be a case of removing the charformint formula and instead joining on the row number instead.
I've attached the workflow amended for your new data.
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you! It works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ben, Another question: I may have null values from my Column ID Import sheet. Is there a way to still bring in the column header?
