etl :: component :: input :: sugarcrm_in :: sugarcrm_in :: Class sugarcrm_in
[hide private]
[frames] | no frames]

Class sugarcrm_in

source code

etl.component.component --+
                          |
                         sugarcrm_in

This is an ETL Component that reads data from SugarCRM

Instance Methods [hide private]
 
__init__(self, sugarcrm_connector, module, name='componet.input.sugarcrm_in', transformer=False, row_limit=0)
Required Parameters sugarcrm_connector : SugarCRM connector.
source code
 
__copy__(self) source code
 
process(self) source code
Method Details [hide private]

__init__(self, sugarcrm_connector, module, name='componet.input.sugarcrm_in', transformer=False, row_limit=0)
(Constructor)

source code 

Required Parameters sugarcrm_connector : SugarCRM connector. module : Name of the module.

Extra Parameters name : Name of Component. transformer : Transformer object to transform string data into particular type. row_limit : Limited records are sent to destination if row limit is specified. If row limit is 0, all records are sent.