[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Reading CSV
- From: "Ashwin Hirschi" <lua-l@...>
- Date: Wed, 04 Dec 2013 23:31:42 +0100
Here[1] it is. Feedback, namespaces, random UUIDs and brutal decisions
welcomed.
[1] https://github.com/geoffleyland/lua-csv
A quick scan (using Luiz' bci-based globals detection) shows that this
code writes to (and reads from) globals where it probably shouldn't.
So, you may want to check: column_index_map, ok & tidy.
Ashwin.