You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Source identifier validations
Validates that source identifiers are present and unique.
This addresses three situations which can occur with source identifiers:
1. A source identifier is missing from a row in the CSV file.
2. A source identifier is duplicated within the same CSV file.
3. A source identifier already exists in the repository, which would result in an update instead of a new record being created.
* Update finding existing records
Finding existence in the entity table isn't adequate
for determining if a record exists in the repository.
Additionally the find by identifier wasn't using the correct term to look up.
* Split row validation displays
Splits row validations into errors or warnings.
This allows us to display warnings in the UI without
preventing the user from proceeding with the import.
The UI will display warnings in a different color and
with a warning icon, while errors will still prevent
the user from proceeding until they are resolved.
0 commit comments