diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-01-17 12:45:23 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-01-17 12:45:23 +0000 |
commit | a1f4cc4fe8ed44714d61586371827aa6a24280c6 (patch) | |
tree | 167f8e319fda89fca481e60b920c1209c3235072 /textproc/py-dsv/pkg-descr | |
parent | 234b05ca87a26f086f98beca4f109e455df01799 (diff) | |
download | ports-a1f4cc4fe8ed44714d61586371827aa6a24280c6.tar.gz ports-a1f4cc4fe8ed44714d61586371827aa6a24280c6.zip |
Notes
Diffstat (limited to 'textproc/py-dsv/pkg-descr')
-rw-r--r-- | textproc/py-dsv/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/py-dsv/pkg-descr b/textproc/py-dsv/pkg-descr new file mode 100644 index 000000000000..13c068977126 --- /dev/null +++ b/textproc/py-dsv/pkg-descr @@ -0,0 +1,21 @@ +From the release announcement: + + Python-DSV is a CSV file importer/exporter (DSV stands for + "delimiter-separated-values"). + + Features: + - Heuristics for automatically determining the format of the file. + - Discovers delimiter (comma, tab, colon, whatever). + - Discovers text-qualifier (single or double quote). + - Determines whether first row is header or data. + - Can use almost any character as delimiter. + - Correctly parses embedded quotes, newlines and delimiters. + - Optional wxPython dialog (ala MS Excel) for previewing data. + - Error-handling callbacks for malformed rows. + - 100% Python. + - Reasonably fast. + +Author: Cliff Wells <CliffordDWells@yahoo.com> +WWW: http://www.sf.net/projects/python-dsv/ + +-- Johann Visagie <wjv@FreeBSD.org> |