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--
"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--