find_duplicates
Find duplicate records in database tables using exact match or fuzzy matching (Levenshtein) with adjustable threshold.
Instructions
Поиск дубликатов: точные или fuzzy (Levenshtein).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | exact | |
| columns | No | ||
| table_name | Yes | ||
| fuzzy_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |