It would be useful to have a more robust interface for the Schema Matching cell, specialized for the most common use case: Merging datasets from different sources together.
This cell would need to:
Allow users to define an output schema
Allow users to map columns from two or more tables to the output schema
(maybe) allow for some limited transformation? (although probably not... this can just be added as another workflow step)
Ideally, we'd have a way to infer best guesses for 1 and 2 (e.g., based on the same tricks we're using in the Schema Matching cell right now).
It would be useful to have a more robust interface for the Schema Matching cell, specialized for the most common use case: Merging datasets from different sources together.
This cell would need to:
Ideally, we'd have a way to infer best guesses for 1 and 2 (e.g., based on the same tricks we're using in the Schema Matching cell right now).