Package bosco :: Module importer :: Class CSVImporter
[hide private]
[frames] | no frames]

Class CSVImporter

source code

Importer --+
           |
          CSVImporter

Import form a CSV file. The first line of the file contains descriptive labels for the values. All further lines are read into a list of dictionaries using these labels.

Instance Methods [hide private]
 
__init__(self, fname, encoding, verbose=False) source code

Inherited from Importer: import_data

Method Details [hide private]

__init__(self, fname, encoding, verbose=False)
(Constructor)

source code 
Overrides: Importer.__init__