Hello All,
I'm trying to parse a .csv file that has a multi-character delimiter "<|>".
I am trying to do this by using the regex tool but so far have failed miserably 
As I understand, the expression /<\|>/g should match to all my delimiters, as checked here http://regexr.com/
This doesn`t seem to work with Alteryx however, as even when checking for matches I get falses for all rows.
I could always use a find/replace on the delimiters, but that would force me to recheck the model with every new dataset, as some of the fileds are free text user input and you never know when someone will use your separator in their text.
TL;DR: How do I parse a .csv file delimited by the "<|>" separator using regex?
All answers are super appreciated!