unparsable record

M

Matt

What are the causes of the "unparsable record" error
message when importing data from a text file? and help is
appreciated as always. matt
 
M

martin

I have seen that message from a csv file that has imbedded
double-quotes(") within a text field. Since a csv file is
supposed to have text surrounded in double-quotes, I
suspect the imbedded ones are causing problems.
[Essentially, some sort of a conflict between the data and
the parsing method.]

I would look at the error message table and review some of
the records that are listed there. With any luck you can
see a pattern as to why the records are causing the error.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top