Package etl :: Package component :: Package transform :: Module data_filter' :: Class data_filter
[hide private]
[frames] | no frames]

Class data_filter

source code

          object --+        
                   |        
              signal --+    
                       |    
control.sleep'.component --+
                           |
                          data_filter

Data filter component.

Instance Methods [hide private]
 
__copy__(self) source code
 
__init__(self, filter_criteria, name='component.transfer.data_filter', transformer=None, row_limit=0)
Required Parameters filter_criteria : Dictionary of filtering criteria.
source code
 
process(self)
Process method of ETL component.
source code

Inherited from control.sleep'.component: __str__, channel_get, copy, end, error, generator_get, get_trigger_data, input_get, is_end, is_start, pause, start, stop, warning

Inherited from signal: signal, signal_connect, signal_unconnect

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__copy__(self)

source code 
Overrides: control.sleep'.component.__copy__

__init__(self, filter_criteria, name='component.transfer.data_filter', transformer=None, row_limit=0)
(Constructor)

source code 

Required Parameters filter_criteria : Dictionary of filtering criteria.

Extra Parameters name : Name of component. transformer : Transformer object to transform string data into particular type.
Overrides: control.sleep'.component.__init__

process(self)

source code 
Process method of ETL component.
Overrides: control.sleep'.component.process
(inherited documentation)