Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support importing of multiple collections at once and/or postman full backup. #25

Open
Tha14 opened this issue Nov 16, 2022 · 2 comments

Comments

@Tha14
Copy link
Collaborator

Tha14 commented Nov 16, 2022

Currently, it's very tedious to import a large number of collections from Postman in order to migrate. Allowing multi-select in the file selection screen and then running the import for each file would be very nice to have.

Also, Postman allows you to export all of your data in a complete dump file(in json format). Within that backup the collections are present in an array so it doesn't seem hard to parse(possibly the same way it is currently done in Restfox). It might also be a nice to have feature for people migrating.

@flawiddsouza
Copy link
Owner

@Tha14 You can now import multiple files at once. Just implemented it: 087ab4f. I'll try to work on supporting the postman dump meanwhile.

@Sam-Hall
Copy link

After the Postman update that wiped out scratchpad, I was able to import all my collections to Restfox from a json backup found in %appdata%\Postman using the node script in this Stack Overflow post... https://stackoverflow.com/questions/77142871/how-to-convert-postman-backup-file-into-collection-files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants