I have 6 CSV/TXT files generated by Access 2000 dump to a folder. I need to open each and copy/append the data into one master csv/txt file. I am able to get this to happen but what I am getting in additional "" marks around string data:
original csv:
"BA",1000.00,"HARVEST OPERATIONS CORP",,"#2200, 400 - 3RD AVENUE S.W.",,,"CALGARY, AB","T2P 4H2","","","13102
master csv
"""BA""",1000.00,""HARVEST OPERATIONS CORP"",,""#2200, 400 - 3RD AVENUE S.W."",,,""CALGARY, AB"",""T2P 4H2"","""","""","13102
Any suggestions on how to eliminate the additional quotation marks and append the lines from one file into another without loosing data, adding quotes or changing the data in anyway?
original csv:
"BA",1000.00,"HARVEST OPERATIONS CORP",,"#2200, 400 - 3RD AVENUE S.W.",,,"CALGARY, AB","T2P 4H2","","","13102
master csv
"""BA""",1000.00,""HARVEST OPERATIONS CORP"",,""#2200, 400 - 3RD AVENUE S.W."",,,""CALGARY, AB"",""T2P 4H2"","""","""","13102
Any suggestions on how to eliminate the additional quotation marks and append the lines from one file into another without loosing data, adding quotes or changing the data in anyway?