Hey Community,
I'm back with one more interesting request. I want to delimit multiple data columns and each one of the data columns can have different delimiter. Find an example in the below table:
| Column Name | Value | Delimiter |
| Country | USA, UK | , |
| Names | Sam | Bob | | |
| Emails | sam@xyz.com ; bob@abc.co | ; |
I have all the delimiters for different columns documented at a single place but how can I use them in alteryx?
Currently, I have to use multiple tranches of different columns and use multiple "text to columns" tools.
Any way I can automate this? Any help would be appreciated!
Best,
Rohit