Find duplicate groups
find_duplicatesIdentify duplicate contacts in your file by grouping similar rows, explaining why they match, and leaving the original data unchanged.
Instructions
Group rows that look like the same person and explain why, without changing the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| limit | No | ||
| fields | No | ||
| threshold | No | 0-1; lower finds more, with more false positives |