[Lazarus] CSV parser class
Marco van de Voort
marcov at stack.nl
Sun Jan 24 13:29:31 CET 2010
On Sun, Jan 24, 2010 at 03:27:50PM +0400, Vladimir Zhirov wrote:
> > Have you seen the built-in CSV support in TStrings?
>
> Yes, if I understand the documentation right, it can be used for basic
> per-line csv parsing only (using DelimitedText). It also requires to
> quote all characters below some code point, including spaces, that
> makes it impossible to read csv files saved from OO Calc or MSO Excel.
> If I'm wrong I would appreciate if someone point out my mistake.
No, the D2006 extension "strictdelimiter" fixes this, and FPC has it too.
More information about the Lazarus
mailing list