[Ncr-Python.in] Dynamic CSV importer

hildebrand victor hildebrand.us at gmail.com
Mon Nov 19 06:46:13 CET 2012


>
> Using the csv module in the python standard library you can read the
> csv file and loop over the data and populate the model user selects.
>
> dsv module is also available separately for reading delimiter separated
variables.
Here is its description for reference:-
Python-DSV is an alternative to Python's standard csv module, with
 somewhat different usage and optional support for wxWidgets-mediated
 user interaction in the course of format autodetection.  Like the
 standard module, it supports a wide range of delimiters and handles
 both import and export.
I have used it for some huge files without any problems.
Regards
HB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ncr-python.in/attachments/20121119/3cd55fde/attachment.html>


More information about the Ncr-Python.in mailing list