03Explorer
Technical User
I can find all paragraph marks (as per MS WORD search definition) ^p. But I want the search to exclude two criterias.
Exclude either comma or Double Quote immediately before the paragraph mark.
Problem is the file is extremely too long to do manually and the macro option only gives me the choice to search with no exceptions/exclusions.
Am I approaching this issue from the wrong way?
Intent is to export database table to CSV file, then import into an another. Problem is csv file uses paragraph mark at the end of each record. Problem is a field that is [comment] also has paragraph marks which ruins the import.
We tried importing in the other location directly, instead of export to csv then import with no luck either.
So idea is:
1. export to csv
2. open with MS Word
3. run code against to remove paragraph mark that does not meet these requirements
a. comma before
b. double quotation mark before
4. save back as csv
5. perform import (hopefully with no errors)
Thanks
Exclude either comma or Double Quote immediately before the paragraph mark.
Problem is the file is extremely too long to do manually and the macro option only gives me the choice to search with no exceptions/exclusions.
Am I approaching this issue from the wrong way?
Intent is to export database table to CSV file, then import into an another. Problem is csv file uses paragraph mark at the end of each record. Problem is a field that is [comment] also has paragraph marks which ruins the import.
We tried importing in the other location directly, instead of export to csv then import with no luck either.
So idea is:
1. export to csv
2. open with MS Word
3. run code against to remove paragraph mark that does not meet these requirements
a. comma before
b. double quotation mark before
4. save back as csv
5. perform import (hopefully with no errors)
Thanks