Grouping behavior in Pliable determines how records are processed, combined, or aggregated during data preparation. These options allow for fine-tuned control over how data is treated based on business or analysis requirements.
Grouping Option | Description |
---|---|
No Grouping | Processes records individually without merging or aggregating. Each record is treated as a unique row in the output. |
Merge | Combines matching records from input data into a single record. Useful for deduplication or consolidating datasets. |
Summarize | Aggregates records based on shared criteria (e.g., grouping by category and summing values). Ideal for generating roll-ups or summaries. |
Identify | Detects (but does not merge) records that share common attributes, marking them for further processing. |