E
edeloup
I have a couple of widely used ACCESS(2003) report generators taking data
from a csv dump(with quote text delimiter) from a 3rd party Internet hosted
application. Users input to this 3rd party application via an on-line form.
Often users cut and paste from other apps - eg Word and e-mail into the
on-line form. The problem appears to be that if the source doc uses "odd"
characters such as smart quotes, the final report shows some really strange
characters in their place. As these reports are reviewed by senior managers,
the overall appearance should be first-rate.
Is there any way to do a "bulk" character replacement at the CSV file level
eg replace all ASCII 128 to 159 with spaces. I could do a field by field
replace once in ACCESS but this is a last resort as the reporting structure
keeps changing. Note that the CSV records can be quite long and variable -
several descriptive fields. I did try to import initially as one memo field
per record but it appears that CR-LFs in some fields get treated as line
breaks - but are handled as internal field characters when linking/importing
as a delimited text file.
Thanks
from a csv dump(with quote text delimiter) from a 3rd party Internet hosted
application. Users input to this 3rd party application via an on-line form.
Often users cut and paste from other apps - eg Word and e-mail into the
on-line form. The problem appears to be that if the source doc uses "odd"
characters such as smart quotes, the final report shows some really strange
characters in their place. As these reports are reviewed by senior managers,
the overall appearance should be first-rate.
Is there any way to do a "bulk" character replacement at the CSV file level
eg replace all ASCII 128 to 159 with spaces. I could do a field by field
replace once in ACCESS but this is a last resort as the reporting structure
keeps changing. Note that the CSV records can be quite long and variable -
several descriptive fields. I did try to import initially as one memo field
per record but it appears that CR-LFs in some fields get treated as line
breaks - but are handled as internal field characters when linking/importing
as a delimited text file.
Thanks