Title here
Summary here
This transformation allow you to transform one row of your input data into multiple rows.
public class RowMultiplication : RowMultiplication<ExpandoObject, ExpandoObject>, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
public RowMultiplication()
public RowMultiplication(Func<ExpandoObject, IEnumerable<ExpandoObject>> multiplicationFunc)
Type | Name | Description |
---|---|---|
Func<ExpandoObject, IEnumerable<ExpandoObject>> | multiplicationFunc |