apigeecs / apigee-migrate-tool

Export/Import Org Data. Import from CSV files
MIT License
53 stars 50 forks source link

ImportDevs fails if the target org differs from the source org. #5

Open pollenflugkalender opened 8 years ago

pollenflugkalender commented 8 years ago

If you export the developers from an organization A and try to import them to organization B the target organization is not set during import but the organization of the source.

Workround: The import works if you manually change the value of the property

"organizationName" : "A",

to

"organizationName" : "B",

in every developer export file.