I have a CSV file which was output from the database. In this file, it contains some characters , URL's, apostrophes, parenthesis, commas, etc. When I send this file to someone, they told me their system can not read/load my file. They suggest me to create the delimiters for the file.
I would like to use Alteryx to create a new file (excel, csv, txt or any ) use either a comma, tab or pipe as the delimiter and all other punctuation should either be eliminated or quoted out. How can I do that?
Or can Excel do it directly?
Thank you.