Title here
Summary here
Name | Description |
---|---|
TInput |
Type | Description |
---|---|
Func<Dictionary<string, object>, string> |
Type | Description |
---|---|
Func<Dictionary<string, object>, object> |
Type | Description |
---|---|
bool |
Type | Description |
---|---|
int |
Type | Description |
---|---|
ICollection<PivotColumn> |
Type | Description |
---|---|
ICollection<PivotValueColumn> |
Type | Description |
---|---|
int |
SourceBlock from the underlying TPL.Dataflow which is used as output buffer for the component.
Type | Description |
---|---|
ISourceBlock<ExpandoObject> |
TargetBlock from the underlying TPL.Dataflow which is used as input buffer for the component.
Type | Description |
---|---|
ITargetBlock<TInput> |
Type | Name | Description |
---|---|---|
Exception | e |
If an error occurs in the component, by default the component will throw an exception and stop execution. If you use the error linking, any erroneous records will be caught and redirected.
Type | Name | Description |
---|---|---|
IDataFlowDestination<ETLBoxError> | target | The target for erroneous rows. |
Type | Description |
---|---|
IDataFlowSource<ETLBoxError> | The linked component. |