Hello,
I am using the default import (File, Get External Data, Import) utility. I have encountered a few errors due to double quotes. Data are surrounded by quotes and comma separated. The problem happens when the description field contains double quotes.
[tt]
"38402","Main Entry Room","10/29/2004 07:12:22 AM"
"38403","Main Entry Room 1/2"","10/29/2004 07:12:22 AM"
[/tt]
The second line ends up merging the date with the description field.
The pattern seems to be ""," is a problem while ,""," is fine. Is there a tool, prior to import that can look for ""," but not ,""," (to put another way, only those items that have 2 double quotes without a comma before the 2 double quotes) and replace with single quotes or is this something that would need to be set up in vba to parse rather than using the import wizard.
Thanks for your assistance
I am using the default import (File, Get External Data, Import) utility. I have encountered a few errors due to double quotes. Data are surrounded by quotes and comma separated. The problem happens when the description field contains double quotes.
[tt]
"38402","Main Entry Room","10/29/2004 07:12:22 AM"
"38403","Main Entry Room 1/2"","10/29/2004 07:12:22 AM"
[/tt]
The second line ends up merging the date with the description field.
The pattern seems to be ""," is a problem while ,""," is fine. Is there a tool, prior to import that can look for ""," but not ,""," (to put another way, only those items that have 2 double quotes without a comma before the 2 double quotes) and replace with single quotes or is this something that would need to be set up in vba to parse rather than using the import wizard.
Thanks for your assistance