[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Reading CSV
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Tue, 3 Dec 2013 19:42:48 +0100
On Tue, Dec 3, 2013 at 7:09 PM, Geoff Leyland <geoff_leyland@fastmail.fm> wrote:
> What’s the current best option for a CSV (or tab separated, for that matter) file?
> [...snip...] There’s also an LPeg example, but as I understand it, LPeg works on whole strings, not file streams?
This is correct. I'm not familiar with the other solutions.
-- Pierre-Yves