Title here
Summary here
The lookup transformation enriches the incoming data with data from the lookup source. Data from the lookup source is read into memory when the first record arrives. For each incoming row, the lookup tries to find a matching record in the loaded source data and uses this record to enrich the ingoing data.
Type | Name | Description |
---|---|---|
IDataFlowExecutableSource<ExpandoObject> | source |
Type | Name | Description |
---|---|---|
IDataFlowExecutableSource<ExpandoObject> | source | |
Func<ExpandoObject, CachedData<ExpandoObject>, ExpandoObject> | applyRetrievedCacheToInput |