in reply to Re: problem with csv parsing
in thread problem with csv parsing
Thank you, it worked partially.
I.e., it didn't split all the delimiters to fields, but it's ok.
I think, I will feed the parser line by line, using csv handler config, as in my example, and, if an error occurs, feed with the config, suggested by you, recreate the csv from parsing, than reparse again with my original config and so on.
It was saved ad utf8 from one bookkeeping program. I am sure, that it's utf8, because I've had Russian chars there. They wouldn't display correctly, in other codepage.