B
bob
I have a text file with data. the values are comma separated, quoted values
(double quotes).
one of the fields that i'm outputting in my text file is, in essense, a memo
field. this field COULD potentially contain CRLFs.
When I go to import the data in to Access 2003, it is assuming that a CRLF
is an indicator of an end of row of data.
Because my memo data has CRLFs in it, even though it's quoted, comma
separated, it hits that CRLF and the importation starts processing it as if
it's the next record.
How can I tell Access to NOT use CRLF as an end of row marker? For example,
let's say I output my text file with a character (say the pipe | character)
as the indicator that it is the end of the row of data.
In other words, I have memo textual data that I need to put into a memo
field that might contain CRLFs that are screwing up the import.
how do i handle this?
i know I could strip the CRLF's out of my memo data. but then it makes the
format of my memo data incorrect.
(double quotes).
one of the fields that i'm outputting in my text file is, in essense, a memo
field. this field COULD potentially contain CRLFs.
When I go to import the data in to Access 2003, it is assuming that a CRLF
is an indicator of an end of row of data.
Because my memo data has CRLFs in it, even though it's quoted, comma
separated, it hits that CRLF and the importation starts processing it as if
it's the next record.
How can I tell Access to NOT use CRLF as an end of row marker? For example,
let's say I output my text file with a character (say the pipe | character)
as the indicator that it is the end of the row of data.
In other words, I have memo textual data that I need to put into a memo
field that might contain CRLFs that are screwing up the import.
how do i handle this?
i know I could strip the CRLF's out of my memo data. but then it makes the
format of my memo data incorrect.