
How to Generate Realistic Test Data with Mockaroo?
Jan 31, 2025 · Hey everyone, I am working on a project where I need a large set of realistic test data, including names, emails, addresses and custom fields. I came across Mockaroo, which looks like a …
Mockaroo Community Forum
Jan 23, 2026 · Questions, answers, and support for mockaroo.com
Creating a nested array of objects from a sample schema - Mockaroo ...
Nov 27, 2017 · Is it possible to create a schema that includes in its definition a relationship to another schema? In other words, in this field on schema 1, load an array of json objects based on schema 2. …
How to create random array of string - Mockaroo Community Forum
Jan 9, 2019 · Hey mockaroo is AWESOME I want to create array of string { shopNumber : 36, fruitList : ['orange' , 'apple' , 'watermelon'] } i can create array of object but there is no option for array of string …
Generate Random Whole Number - Mockaroo Community Forum
Jun 15, 2018 · Hi again How do I generate a random whole number between, say, 8 and 20? I’ve played with regular expressions, json and formulas but can’t figure it out. I’ve found this in JavaScript …
Duplicate Data from the builtin Hash function - Mockaroo Community …
Jul 31, 2016 · My application generates a data field from a hash function, so the resulting data becomes a non-duplicative list. However, I want the data to reflect the case where some of the data is …
How to return blank rather than "null"? - Mockaroo Community Forum
Oct 4, 2017 · Mockaroo - Random Data Generator and API Mocking Tool | JSON / CSV / SQL / Excel A free test data generator and API mocking tool - Mockaroo lets you create custom CSV, JSON, SQL, …
Formulas on random fields - Mockaroo Community Forum
May 29, 2017 · OK, is there a mockaroo/ruby function to identify if a particular sub-string was generated in a field created via regular expression?
Formula for using data from 4 fields and total it in the 5th field
Jul 27, 2017 · Hey guys, I’m a rookie to this site and tech. I generated a dataset for my learning purpose. I want to add values from Field 1, Field 2, Field 3 and Field 4 and total it in Field 5. Can you please …
Using IF statement to determine value based on another field
Dec 3, 2018 · I have a field where I calculate the age of the person based off their birthdate. I have another field where I am giving a random money value, called salary. If the age is less than 21, I …