- biGENIUS-X Knowledge Base
- Generators
- Properties
-
Getting Started
-
General Overview
-
Application Modules
- Administration
- Global Features
- Solutions
- Projects
- Branches
- Source Systems
- Dataflow Modeling - Overview
- Dataflow Modeling - Wizard Steps
- Dataflow Modeling - Terms
- Dataflow Modeling - Term Mapping
- Dataflow Modeling - Relationships
- Relationship Modeling
- Generate Artifacts
- Project Settings
- Data Marketplace
-
Generators
-
Discovery application
-
Best Practices
-
FAQs
-
Product Release Notes
-
Legal Documents
Deduplication Partition (Dataflow)
Description
The Property named Deduplication Partition is available when you edit a Dataflow.
It allows you to specify which Term to use for the ORDER BY of the Partition deduplication of a Dataflow for a Model Object.
It cannot work without the Deduplication Method Property set to Partition:
Format
The Deduplication Partition is a String.
Please fill in the name of a Term of the Model Object.
Example:
Default Value
The default value for all Model Objects is empty.
Impact
The value of the Deduplication Partition is used during a load of a Model Object to duplicate the source rows before applying the business rules and the modeled transformations. In the case of the Deduplication Method set to Partition, the value of the Deduplication Partition will be used to set the ORDER BY of the ROW NUMBER().
If no value is set, the default ORDER BY will be applied.