__init__(self,
fileconnector,
csv_params={},
name='component.input.csv_in',
transformer=None,
row_limit=0)
(Constructor)
| source code
|
Required Parameters fileconnector : Localfile connector.
Extra Parameters name : Name of Component. transformer
: Transformer object to transform string data into particular object.
row_limit : Limited records are sent to destination if row limit is
specified. If row limit is 0, all records are sent. csv_param : To
specify other csv parameter like fieldnames , restkey , restval etc.
|