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 ConditionalSplit : FilterTransformation<ExpandoObject>, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
public ConditionalSplit()
public ConditionalSplit(Predicate<ExpandoObject> matchPredicate)
Type | Name | Description |
---|---|---|
Predicate<ExpandoObject> | matchPredicate |