bioden.processor — Data Processor

Author:Serrano Pereira
Release:0.4.0
Date:February 18, 2015

Module Contents

class bioden.processor.CSVProcessor[source]

Process CSV data.

load_data()[source]

Extract the required columns from the CSV data and insert these into the database.

set_reader(reader)[source]

Set the CSV reader.

class bioden.processor.XLSProcessor[source]

Process XSL data.

load_data()[source]

Extract the required columns from the CSV data and insert these into the database.

set_reader(book)[source]

Set the XSL reader.