This pull request adds the "Remove duplicates" option to the ImportModal, which will automatically merge records with the same name value. The option will need to be select on a per-file basis, as the behavior may only be desirable for some types of records.
This pull request also adds the ability to remove record_merges records. A list of related record_merges will be added to the bottom of each mergeable record.
Note: This PR is dependent on a PR in the core-data-connector repo.
Remove Duplicates
When select, records with the same name value will be merged after importing.
Per File
The option must be selected per-file for better control over which records are merged.
No duplicates
After import, the duplicates have been removed.
Relationships
Duplicate relationships have also been removed.
Record Merges
Record merges are now available to view/delete at the bottom of the edit page.
This pull request adds the "Remove duplicates" option to the
ImportModal
, which will automatically merge records with the same name value. The option will need to be select on a per-file basis, as the behavior may only be desirable for some types of records.This pull request also adds the ability to remove
record_merges
records. A list of relatedrecord_merges
will be added to the bottom of each mergeable record.Note: This PR is dependent on a PR in the
core-data-connector
repo.Remove Duplicates
When select, records with the same name value will be merged after importing.
Per File
The option must be selected per-file for better control over which records are merged.
No duplicates
After import, the duplicates have been removed.
Relationships
Duplicate relationships have also been removed.
Record Merges
Record merges are now available to view/delete at the bottom of the edit page.