postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.84k stars 839 forks source link

Export to external files from Flows #10356

Open anudeepmedicharla opened 3 years ago

anudeepmedicharla commented 3 years ago

Is there an existing request for this feature?

Is your feature request related to a problem?

Created from: https://community.postman.com/t/user-feedback-postman-flows/28121/55?u=anudeep https://community.postman.com/t/user-feedback-postman-flows/28121/64?u=anudeep

Hello, guys one question: I have a xlsx file in response, this I print in the terminal, but how I can see if the file is correct? I can’t do from terminal “save response in …”

I would also love to see an option to export terminal/output/variables as a CSV file.

Describe the solution you'd like

Be able to export terminal results or any output of the flow to an external file

Describe alternatives you've considered

No response

Additional context

No response

saswatds commented 3 years ago

A Write to File block will solve this usecase.

Feixu2015 commented 2 years ago

This feature is really helpful !

kiley-poole commented 2 years ago

Does a write to file block exist? In looking through all the blocks in flows, I didn't directly see one.

saswatds commented 2 years ago

Hey @kiley-poole we are working on it. We will add it soon

aurelien-boubennec commented 1 year ago

I don't see that block in the latest version, any update?

shamasis commented 1 year ago

Not yet. There are some things around the experience and tech of this that we need to iron out first.

But there's a way you can do this for local use - I found an easy piece of open source software that opens up a local server to save files sent to it. https://www.npmjs.com/package/http-server-upload

Maybe use this to have Flows send the data to the local server API and save the file.

aurelien-boubennec commented 1 year ago

Thanks for the update, we will do that for the time being

GeneralSpace commented 1 year ago

A Write to file block is an exciting idea! It would solve a couple problems I'm currently having to solve manually.

RobertaColombo commented 11 months ago

Any news on the idea?

ReflexReaction commented 10 months ago

This would be extremely helpful please!