diff options
author | nia <nia@pkgsrc.org> | 2022-03-06 09:29:28 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-03-06 09:29:28 +0000 |
commit | deeee491173e2a288067e5d3cc68eeecb2d5823f (patch) | |
tree | 9ca87ab7c5397460d0c59ea732749807a997a52a /devel/abseil | |
parent | 16d75abd2d919f1114206a47c2dabd4530bcd8e9 (diff) | |
download | pkgsrc-deeee491173e2a288067e5d3cc68eeecb2d5823f.tar.gz |
textproc: add lua-ftcsv
ftcsv is a fast csv library written in pure Lua.
It features two parsing modes, one for CSVs that can easily be loaded into
memory (up to a few hundred MBs depending on the system), and another for
loading files using an iterator - useful for manipulating large files or
processing during load.
It correctly handles most csv (and csv-like) files found in the wild, from
varying line endings (Windows, Linux, and OS9), UTF-8 BOM support, and odd
delimiters.
There are also various options that can tweak how a file is loaded, only
grabbing a few fields, renaming fields, and parsing header-less files!
Diffstat (limited to 'devel/abseil')
0 files changed, 0 insertions, 0 deletions