Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support list in value matches mapping_spec
This changes makes the mapping specification, allowing the "matches" in the spec contain lists (in addition to tuples, which were already supported). Example: mappings = [ { "source": "src_column", "target": "tgt_column", "matches": [ ["Red Apple", "APPLE"], ["Banana", "BANANA"], ["Oorange", "ORANGE"], ], } ]
- Loading branch information