apigeecs / apigee-migrate-tool

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

Tool completely broken, JSON responses not parsed properly #59

Open titiviking opened 2 years ago

titiviking commented 2 years ago

almost all scripts are parsing json responses incorrectly leading to the full tool to fail. Nothing gets exported.

I fixed one or 2 scripts manually to confirm it was a parsing issue. appending a child element usually does the trick, but all scripts needs to be reviewed

Also export of revision is badly implemented. Last revision from json response is taken, rather than the revision with highest number.