blob: 18a71ec8f7c57268361153c072d76507fb81075e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Paraphrasing the website:
Python-DSV is a Python module for importing and exporting DSV (delimiter
separated values) files. DSV is a generalization of CSV (comma separated
values). CSV is a common file format used by many programs to import and
export data.
Features:
- Pure Python
- Optional wxPython GUI
- Optional heuristics for determining file format
- Handles embedded quotes, delimiters and newlines
- Customizable error handling
- Simple to use
- Portable
Author: Cliff Wells <clifford.wells@attbi.com>
WWW: http://python-dsv.sourceforge.net/
-- Johann Visagie <wjv@FreeBSD.org>
|