Hello,
I would like to parse a csv file before I import it into a table. The file is in csv format with one problem: Certain snippets of text also contain a double-quote character to denote inches. When I import this as a table, I get a bunch of import errors which I then go through manualy to remove the double quotes and replace them with two single quotes. Is there a way that I could have some VB script using regular expressions to run through the file and then import the data? I would really like to keep all of this in MS Access if possible.
Thanks in advance!
I would like to parse a csv file before I import it into a table. The file is in csv format with one problem: Certain snippets of text also contain a double-quote character to denote inches. When I import this as a table, I get a bunch of import errors which I then go through manualy to remove the double quotes and replace them with two single quotes. Is there a way that I could have some VB script using regular expressions to run through the file and then import the data? I would really like to keep all of this in MS Access if possible.
Thanks in advance!