Unify and manage your data

Enable Bulk match in a tenant

Learn how to update the UI configuration file to add Bulk match to the left navigation so that users can open Bulk match review in Hub.

Attention: This feature is available to limited users through the Reltio Early Access (EA) program. Interested in finding out more about this feature or participating in our EA program? Get details in topic Early Access (EA) features.

Bulk Match enables matching operations across large datasets directly from the Hub. To enable this feature for a specific tenant, update the UI configuration file through the UI Modeler.

Prerequisites
  • You have access to the Console application in your tenant.

  • You have a backup copy of the current UI configuration file.

To enable the bulk match feature in your tenant
  1. In the Console, select UI Modeler.
  2. From the left navigation menu, select Import/Export UI Config Files. The Import/export UI Config files page is displayed.
  3. Select the config.json file by clicking on the checkbox next to it.
  4. Click Export. The file is exported to your local file system.
    1. Open the downloaded JSON file in a text editor.
    2. In the layout section, locate the items array, and add the following code;
      {
        "label": "Bulk match",
        "icon": "https://reltio-ui-files.s3.amazonaws.com/new-ui/BulkMatch.svg",
        "class": "BulkMatch"
      }
    3. Save the file.
  5. In the UI Modeler, select the same configuration file, and then select Import & Replace. The Select file page is displayed.
    1. In the Browse File field, select the updated configuration file that must be imported and replaced.
    2. Click Continue. The Review page is displayed where you can review the changes.
    3. Select Replace. This action will replace the current configuration with the Imported configuration file.
  6. Select Publish.
The changes in the configuration file are published. The Bulk Match option appears in the left navigation pane in the Hub.