etlplus.ops.transformations.filter
etlplus.ops.transformations.filter module.
Filter helpers shared by etlplus.ops.transform and custom runners.
Use apply_filter() for direct record filtering. Use
apply_filter_step() when you need the pipeline-style adapter consumed by
etlplus.ops.transform.transform().
Functions
|
Filter a list of records by a simple condition. |
|
Apply a filter pipeline step to a list of records. |