Hello!
I have a large set of data separated by "|". Once importing it, Alteryx tells me there are too many fields. Observing the situation, i have realized that it is because there is the character "|" inside of a field. For example
AAA|BBB|CCC|DDD
a123|b123|c123|d123
a|aa|bbbb|cccc|dddd (in this line, the first string is a|aa, and it should not be separated).
Its such a large set of data that it is impossible to change it manually. How could I tell alteryx to get the right separator "|".
Thank you,