Browse wiki
This entry published by the Free Software Foundation.
| CsvUtils |
| Computer languages | Python,JavaScript,HTML + |
|---|---|
| Database | application + |
| Full description | Transformation utilities for csv (or csv-l … Transformation utilities for csv (or csv-like) generated rows. The standard csv module is very useful for parsing tabular data in CSV format. Typically though, one or more transformations need to be applied to the generated rows before being ready to be used; for instance "convert the 3rd column to int, the 5th to float and ignore all the rest". This module provides an easy way to specify such transformations upfront instead of coding them every time by hand. Two classes are currently available, SequenceTransformer and MappingTransformer, that represent each row as a list (like csv.reader) or dict (like csv.DictReader), respectively. dict (like csv.DictReader), respectively. |
| Homepage URL | http://pypi.python.org/pypi/csvutils/0.1 + |
| Interface | command-line + , library + |
| Is GNU | false + |
| Keywords | HTML + , database + , Python + , CSV + , javascript + , spreadsheet + , Excel + , comma + , comma delimited + , tab delimited + |
| Last review by | Kelly Hopkins + |
| Last review date | 10 August 2009 + |
| License | BSD 3Clause + |
| License verified by | Kelly Hopkins + |
| License verified date | 10 August 2009 + |
| Name | CsvUtils + |
| Real name | George Sakkis + |
| Revisionid | 5,123 + |
| Revisiontimestamp | 12 April 2011 14:33:29 + |
| Revisionuser | WikiSysop + |
| Role | Maintainer + |
| Short description | transformation utilities for csv (or csv-like) generated rows. + |
| Submitted by | Database conversion + |
| Submitted date | 1 April 2011 + |
| User level | intermediate + |
| Version date | 15 December 2007 + |
| Version download | http://pypi.python.org/packages/source/c/csvutils/csvutils-0.1.zip#md5=6d9f60521e0a771954f54d46f1f8146f + |
| Version identifier | 0.1 + |
| Version status | alpha + |
| Works-with | database + |
| Modification dateThis property is a special property in this wiki. | 25 May 2012 01:26:32 + |
| Page has default formThis property is a special property in this wiki. | Entry + |
| EmailThis property is a special property in this wiki. | george.sakkis@gmail.com + |
| hide properties that link here |
| CsvUtils#2 + | License of |
|---|---|
| CsvUtils#1 + | Person of |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
