I do not do much programming, but I need to simply extract the 3rd column from a csv file and save it to another text file.
—– Original CSV looks like this —–
834184.68161879,744798.14148857,copy Canal.htm generated_report\
831194.46197547,749775.63555287,copy Channel.htm generated_report\
—– Desired text file —-
copy Canal.htm generated_report\
copy Channel.htm generated_report\
The first 2 columns are X,Y coordinates, and I want to get rid of them. Thanks for the help.
Example: ex3 “C:\My Folder\CSV File.txt”
The result for the above example will be in “CSV File.new”.