Reading in a CSV file with multi-line records in Delphi

Posted by Alister on Stack Overflow See other posts from Stack Overflow or by Alister
Published on 2010-05-14T01:22:08Z Indexed on 2010/05/14 1:34 UTC
Read the original article Hit count: 308

Filed under:
|

Normally I just use TStringList.CommaText, but this wont work when a given field has multiple lines. Basically I need a csv processor that conforms to rfc4180. I'd rather not have to implement the RFC myself.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about csv