Feature request: Generating and downloading multiple files from a single schema

At the moment, I’m doing work that requires me to generate and download multiple CSVs from a single schema. Some of these CSVs are customized in post-processing for specific tests. For example, I might customize one CSV to contain invalid numbers and write a test that the application handles invalid numbers correctly. I might customize another CSV to contain invalid names and write a test that the application handles invalid names correctly.

For my current project, I have 21 tests like this and therefore need to generate and download 21 CSVs. To download them all, I click Generate data 21 times, waiting between each click for the CSV to download.

I’d like to request that Mockaroo provide a UI for generating and downloading more than one file from a single schema at a time, so that this could be done more quickly and easily.