Remove empty columns and concatenate
- 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 have an input file that has a primary unique column ID and name columns (1 to n). Some of it might be empty (null). I need to concatenate the name fields for those that doesn't have empty cells by adding a delimiter " & ". I was trying to do using summarize tools (group by ID) and then concatenate. But I am not able to solve it. Really appreciate looking into this issue. Please see the attached sample Input and Required Sample Output.
Solved! Go to Solution.
- Labels:
- Workflow
- 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
Thanks a lot @griffinwelsh . It worked.
Just a quick question out of curiosity, what change should I make on the above workflow so that I can have the combined columns without losing old columns. See below output format I am referring to and kindly let me know if you have questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Saratnarendran you can just join on based on record id the output from the recordid tool and the final output of the sample I attached
