how to remove quotations marks from csv file
800601Apr 13 2009 — edited Apr 15 2009Hi
My input file is a .csv file which contains each value in quotation marks
ex: - "123456778","jakob","grade10"
Also each record in the input file contains 333 values .
i am reading these records and using stringtokenizer to fetch value by value for that record .
i want to remove the quotation marks before i put the values back into an output file with .txt extension .
those output files will be bcped later into sybase db.
Should the quotation marks be removed in the java code or is their anyother way to remove the quotation marks from the output file while bcping them .
Thank You