Limits results to # available?

Admittedly, there are other tools that can handle this, but I’m wondering if there is an easy way to have a schema its results to the total number of available values from a dataset.

I’ve got some simple datasets in CSV format (which I uploaded), and I’d like to be able to pull them back down as JSON, in some cases tweaked with some extra data (fields). But I do not want more rows than actually exist.

Obviously, the simplest way to do this would be to just set the number of rows to the number of rows in the dataset, but I don’t always remember this offhand.

Maybe the simplest thing would simply be to have an indication of how many rows exist in a dataset somewhere in the Schema view.

Recommendations?

There isn’t anything in Mockaroo that helps with this currently. It would be pretty easy for me to add the number of rows as a tooltip in the dataset selection. I’ll put that on my list.