...
Conflict | Solutions | Challenges | Solutions(NO) |
---|---|---|---|
AMID
| Genarate |
|
|
PK
| Genarate if UUID |
|
|
Input from the user |
| ||
Unique UNIQUE
| Genarate if UUID |
| |
Input from the user |
| ||
Set | |||
FVP Unique _UNIQUE
| Genarate | ||
Input from the user |
| ||
Set | |||
FK
| Set | ||
RequiredREQUIRED
| Genarate |
| |
Input from the user |
| ||
Wrong TypeTYPE
| Genarate |
| |
Input from the user |
| ||
Set | |||
Wrong LengthLENGTH
| Trim extra | ||
Input from the user |
| ||
Set |
...
For this section, we need to consider the system root entities like AKTOR, TAG, etc. and ignore AMID/PK
conflicts for all sub-entities. We have added options for handling AMID/PK/Unique/FVP Unique conflicts for the system root entities.
FailureConflict | Solutions | Challenges |
---|---|---|
| Ignore |
|
Replace with the conflicted row |
| |
Replace with a chosen row (Maybe later) |
...
After clicking the Resolve button a new tab will be opened. In the tab, there will be options to choose how do you want to proceed. There will be options present per conflict type. Either you can gather the conflicts beforehand, or gather and solve them while importing, and the third option is to mix both, meaning gather some types beforehand but resolve the rest while importing.
...
Conflict Type | Default Solutions (Used while importing) | Description |
---|---|---|
AMID | Generate |
|
Fail |
| |
PK | Generate |
|
Fail |
| |
UniqueUNIQUE | Generate |
|
Fail |
| |
FVP Unique_UNIQUE | Generate |
|
Fail |
| |
FK (Not supported yet) | Set Null |
|
Fail |
| |
RequiredREQUIRED | Generate |
|
Fail |
| |
Wrong TypeTYPE | Set Null or Generate |
|
Fail |
| |
Wrong LengthLENGTH | Trim Extra |
|
Fail |
| |
System Entity | Generate |
|
Ignore |
| |
Replace with the conflicted row |
| |
Fail |
|
...
Info |
---|
The current limit for gathering conflicts is 10,000. |
...
Resolve and Import
Clicking the Resolve and Import
button will begin the 4th and final step. In this step, the import will run again. All the conflicts gathered beforehand and conflicts gathered while running will be resolved based on the chosen solution.
...