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.

How to Configure Grouping Behavior

  1. Start a new cleaning step by clicking on “Start Cleaning.” from the data source node screen, or navigate to an existing cleaning step.
  2. Locate the "Grouping Behavior" dropdown menu.

image.png

  1. Select the desired grouping option:
  2. Preview the output to ensure the grouping behavior meets your requirements.

Grouping Behaviors

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.

Detailed Behavior

1. No Grouping

2. Merge

3. Summarize