Hi Guys,
Hope you can help me out with this issue I am struggling with.
I am new to Alteryx so maybe the solution is simple.

I have this CSV file as input and it is extracted from SQL.
And as you can see, there is a "*$ in front and after all records.
How can I delet all the "*$ ?
I've already tried 3 things:
- Switch the delimiters from ";" to "," but it didn't work well.
- Along with that, I have also tried the options of ignore delimiters in "quotes", "auto" and "single quotes", but only "none" works well importing the file without any problem and with all the fields I need.
- And I tried to use the Multi-Field Formula tool but as all the file is formatted as string, the " sign doesn't let me write the formula.
So now I have to find a way to delet the "*$ in all the fields.
Do you have any ideas?