When I attempt to transform a CSV (delimiter comma) into a txt file. Then each line of data in my txt file gets quotes surrounding it. What, can I do for this to stop occuring?
I know, that I can just save the file as a txt through the use of excel. However, my project is to build an automatic system.
What I do is to; Read CSV, Output Data Table, and Write Text File.