Title here
Summary here
The FilterTransformation allows you to filter out rows that evaluate to a given predicate. By default the filter transformation will filter out null values.
public class FilterTransformation : FilterTransformation<ExpandoObject>, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask public FilterTransformation() public FilterTransformation(Predicate<ExpandoObject> filterPredicate)| Type | Name | Description |
|---|---|---|
| Predicate<ExpandoObject> | filterPredicate |