Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.
/ libpdt Public archive

libpdt is a library for parsing delimited text. It supports multi-character delimiters, quoting, and has support for parsing improper quoting. Although it can be configured to parse comma separated values, it is designed to be a more generic delimited text parser.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

treydempsey/libpdt

Repository files navigation

libpdt
-----------------------
libpdt is a library for parsing delimited text.  It supports
multicharacter delimiters, quoting, and has improper quote handling.  Although
it can be configured to parse comma separated values, it is designed to be a
more generic delmited text parser.


Installation
------------
See the INSTALL file for details and instructions.


License
-------
libpdt is distributed under the terms of the GNU Lesser
General Public License.  See COPYING.LESSER for more details.

Parts of this library were taken from the libcsv-3.0.0 library.
http://sourceforge.net/projects/libcsv/.  libcsv-3.0.0 is licensed under the
GNU Lesser General Public License.  libpdt continues to be
licensed under the GNU Lesser General Public License.

About

libpdt is a library for parsing delimited text. It supports multi-character delimiters, quoting, and has support for parsing improper quoting. Although it can be configured to parse comma separated values, it is designed to be a more generic delimited text parser.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published