Duplications Checker
Pricing
Pay per usage
Go to Apify Store
Duplications Checker
Check your dataset for duplications. Accept only the highest quality data!
0.0 (0)
Pricing
Pay per usage
12
239
3
Last modified
5 years ago
Pricing
Pay per usage
Check your dataset for duplications. Accept only the highest quality data!
0.0 (0)
Pricing
Pay per usage
12
239
3
Last modified
5 years ago
datasetIdstringOptional
Id of dataset where the data are located. If you need to use other input types like Key value store or raw JSON, look at Other data sources
checkOnlyCleanItemsbooleanOptional
Only clean dataset items will be loaded and use for duplications checking if datasetId option is provided.
Default value of this property is false
fieldsarrayRequired
List of fields in each item that will be checked for duplicates. Each given field must not be nested and it should contain only simple value (string or number). You can prepare your data with preCheckFunction.
Default value of this property is []
preCheckFunctionstringOptional
You can specify which fields should display in the debug OUTPUT to identify bad items. By default it shows all fields which may make it unnecessary big.
minDuplicationsintegerOptional
Minimum occurences to be included in the report. Defaults to 2
Default value of this property is 2
showIndexesbooleanOptional
Indexes of the duplicate items will be shown in the OUTPUT report. Set to false if you don't need them.
Default value of this property is true
showItemsbooleanOptional
Duplicate items will be pushed to a dataset. Set to false if you don't need them.
Default value of this property is true
showMissingbooleanOptional
Items where the values for the field is missing or is null or '' will be included in the report.
Default value of this property is true
offsetintegerOptional
From which item the checking will start. Use with limit to check specific items.
batchSizeintegerOptional
You can change number of loaded and processed items in each batch. This is only needed if you have really huge items.
Default value of this property is 1000