Re: csvjson library / gem v1.0 - read tabular data in the CSV <3 JSON format, that is, comma-separated values CSV (line-by-line) records with JSON encoding rules
Ivo Herweijer <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.general |
|---|---|
| Message-ID | <[email protected]> |
On 15-10-18 15:20, Gerald Bauer wrote: > Hello, > > I've published a new library / gem, that is, csvjon that lets you > read tabular data in the (new) CSV <3 JSON format, that is, > comma-separated values CSV (line-by-line) records with javascript > object notation (JSON) encoding rules. > > [1] https://github.com/csv11/csvjson - the csvjson library (reader / parser) > [2] https://github.com/csv11/csv-json - the CSV <3 JSON format Didn't even know the csvjson format existed. I'm sure this will come in handy in the future. Had a quick glance at the code. Looks like this thing won't explode memory wise when trying to read a huge csv file as long as you stick to the foreach method. Anyway, thanks thanks thanks for this gem. Cheers, Ivo Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>