Use case
This component is useful if you need to exclude duplicate records from further processing. For example, you might have anexisting_customers dataset and a new_customers dataset. You can use the Except component to exclude any rows in your new_customers dataset that are already included in your existing customer database. This would give you an accurate overview of only your new customers.
Properties
A human-readable name for the component.
Choose whether to cast types.
- Yes: If the same-named column from both inputs has differing input types, attempt to cast them to a common type. This isn’t guaranteed to work. Check your data carefully before proceding with this.
- No: If the same-named column from both inputs has differing input types, report an error and halt.
Select the input source to treat as the primary table. The other input source becomes the secondary (comparison) table.

