I want to remove all double quotes from CSV
example data
"field1","Field2",3,5,"abc"
"field4","Field8",3,5,"abttrec"
"field5","Field6",3,5,"abterc"
Can someone give me some sample code to do this the file can have a few thousand lines
thanks for all your help
Sam
example data
"field1","Field2",3,5,"abc"
"field4","Field8",3,5,"abttrec"
"field5","Field6",3,5,"abterc"
Can someone give me some sample code to do this the file can have a few thousand lines
thanks for all your help
Sam