Write from Postman console to file out

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Hi all, I have a requirement where in I need to export all the statements in the postman console log to a file output. Could you please help on this.
image
I need to transfer this item to some file , I even tried manual copy paste but it is possible only for the elements visible in the window. It will be cumbersome if I need to capture more than 1000 values in copy paste method.

Copy from Console broken? Only partial output on clipboard - #14 by FlyingHollander Cheers to this workaround :slight_smile:

Instead of writing to the console and then transferring to a file, you could write directly to your local file system like this:

is there any way can print console logs into csv

image

Looking for an answer too… I wonder if the Postman JS sandbox has local filesystem access, though.