Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Target entities can not be found during the first import #17

Closed
kshychko opened this issue Mar 10, 2020 · 4 comments
Closed

Target entities can not be found during the first import #17

kshychko opened this issue Mar 10, 2020 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@kshychko
Copy link
Contributor

When I import the attached file I get the errors about target entities. When I import the same file the second times, the errors are not show and the missing properties are added.
Check ApplicationRelatedSponsorshipMsg class after the first import - there will be only two relationships. Check it after the second import - the third relationship BirthDate is added.
visa-icf.zip

@kshychko kshychko added the bug Something isn't working label Mar 10, 2020
@faizanvahevaria
Copy link
Contributor

@kshychko
Please regenerate file (visa-icf.json) updating latest code #16
I could not imprt visa-icf.json because in that json file

"type": "Package",
"name": "vsa",

which should be

"type": "package",
"name": "vsa",

@kshychko
Copy link
Contributor Author

kshychko commented Mar 13, 2020

@faizanvahevaria , please find the updated file attached. I adjusted the type value for packages and added package properties to soure/target objects. Issue is still reproducible.
visa-icf-updated.zip

@faizanvahevaria
Copy link
Contributor

latest code is updated in version 0.1.5

@kshychko
Copy link
Contributor Author

Fixed, closing the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants