For the complete documentation index, see llms.txt. This page is also available as Markdown.

Duplicate Detection

Overview

The Duplicate Detection plugin is an export plugin that scans the assets in a project and returns a CSV report of duplicated assets.

Use this plugin when you want to find assets that share the same external ID or the same asset URL.

Cover

Duplicate Detection

Plugin Functionality

The Duplicate Detection plugin checks the assets in the project and creates a ZIP file containing a CSV report of matching duplicates.

The report includes:

  • Batch

  • Asset ID

  • External ID

  • URL

The plugin can detect duplicates in two ways:

  • By External ID, to find assets with the same external ID.

  • By Asset URL, to find assets that point to the same source file.

Plugin Configuration

From the Config JSON field, choose which value the plugin should use for duplicate detection.

  • "duplicate_type": Defines which asset field should be checked for duplicates.

    • Options:

      • "external_id"

      • "asset_url"

    • Example:

      • "duplicate_type": "external_id"

Last updated