Skip to content

jasonKercher/libcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6366410 · Nov 4, 2021
Sep 10, 2021
Nov 4, 2021
Sep 10, 2021
Sep 20, 2021
Sep 20, 2021
Jun 28, 2021
May 21, 2021
Jun 18, 2021
Sep 3, 2021
Sep 20, 2021
Oct 7, 2021
Sep 20, 2021
Sep 20, 2021
Sep 20, 2021
Sep 10, 2021

Repository files navigation

libcsv

This is a simple, fast library for parsing delimited data. Utilizing fail-safe mode (slower), libcsv can even parse malformed data that does not adhere to RFC 4180. There are no dependencies for this project unless you want to run the test suite which requires libcheck.

The only real goal for this project is to provide a fast and robust library to do a lot of the tedious IO work for fql.

NOTE: As it stands this library is not cross-platform. This library targets Linux.

./configure
make 
make check # optional
make install

Installs

Program: stdcsv

Library: libcsv.so