Hi
I have a big csv/text file that contains 148 fields and around 160.000 records at the moment. The file contains a ; as a delimiter and a " as a text qualifier.
Some of the records look like this:
"Text";"text and; text"
As you can see there is an extra delimiter within the quotations, which result in records that is not imported correct to my table in Access.
My questions is:
1. How can I validate the csv/text file for the extra delimiter and present the records that contains the extra delimiter in a query?
2. How can I then clean up the csv/text file in Access, so I get rid of the extra delimiter?
Hope you can help me.
Best regards
Morten
I have a big csv/text file that contains 148 fields and around 160.000 records at the moment. The file contains a ; as a delimiter and a " as a text qualifier.
Some of the records look like this:
"Text";"text and; text"
As you can see there is an extra delimiter within the quotations, which result in records that is not imported correct to my table in Access.
My questions is:
1. How can I validate the csv/text file for the extra delimiter and present the records that contains the extra delimiter in a query?
2. How can I then clean up the csv/text file in Access, so I get rid of the extra delimiter?
Hope you can help me.
Best regards
Morten