Hi everyone,
Would anybody know how to remove double quotes in an text file during File content conversion?
Here's an example of the file structure,
"ABC","11-17-2006","13:11:09",75163,"1","","",90,"price_discount",".0000"
"ABC","11-17-2006","13:11:09",75163,"1","","",91,"price_affb",".0000"
"ABC","11-17-2006","13:11:09",75163,"1","","",92,"price_affb_used","N"
"ABC","11-17-2006","13:11:09",75163,"1","","",93,"price_fet",".0000"
"ABC","11-17-2006","13:11:09",75163,"1","","",94,"price_fet_used","N"
"ABC","11-17-2006","13:11:09",75163,"1","","",95,"price_aft",".0000"
"ABC","11-17-2006","13:11:09",75163,"1","","",96,"price_aft_used","N"
"ABC","11-17-2006","13:11:09",75163,"1","","",97,"price_bcref",".0000"
"ABC","11-17-2006","13:11:09",75163,"1","","",98,"price_bcref_used","N
As you can see, the file is comma delimited. I just want in addition, to remove the double quote!
Is that possible, and if yes, how?
Thank you very much in advance for your collaboration!