Skip to content

Adds `multikey` parameter to `Merge::MultiRowLookup` transform

Compare
Choose a tag to compare
@kspurgin kspurgin released this 26 May 20:10
· 819 commits to main since this release
9a23a4f

Adds multikey parameter to Merge::MultiRowLookup transform.

This is set to false by default to make the change non-breaking. If keycolumn value is 'a|b', will merge in values for rows with lookup key 'a|b'.

If set to true (and delim = '|'), will merge in values for rows with lookup key 'a', followed by those with lookup key 'b'