Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to remove quotations marks from csv file

800601Apr 13 2009 — edited Apr 15 2009
Hi



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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2009
Added on Apr 13 2009
9 comments
4,001 views