Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remove quote marks from csv file

Status
Not open for further replies.

ronwmon

Programmer
Jul 13, 2007
97
US
I need to import a csv file into an Access database. The problem is the csv file has quotes on each side of the elements. For example:

"Element1","Element2","Element3"

I need to delete the quotes prior to the import. I want to do this with visual basic .net (Visual Studio 2013).

Any help is appreciated.

Ron--
 
How are you importing the file?

Several of the methods to import a file into access will have a option to say if the columns have a text qualifier and if this is set to quotes it will remove them.

Regards

Frederico Fonseca
SysSoft Integrated Ltd

FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top