Skip to content

jasonKercher/libcsv

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