About 600 results
Open links in new tab
  1. 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 …

  2. Need help with if statement - Mockaroo Community Forum

    Feb 4, 2018 · I have a column called ‘Paid’ which returns either 0 or 1 Within another column I want to say if 1 say thank you, else say not paid. I have this:- if ‘Paid’ == 1 then ‘thank you’ …

  3. 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 …

  4. Mockaroo Community Forum

    Jul 30, 2025 · Questions, answers, and support for mockaroo.com

  5. How to generate random subset from the customlist - Mockaroo …

    Oct 30, 2017 · When generating JSON data, you can simple add “ [n]” to the name of any field to generate an array of values. For example, “labels [3]” will generate 3 randomly selected values …

  6. 2 fields unique together - Mockaroo Community Forum

    Mar 28, 2017 · I want to fill table with data that implements many to many relationship. So I can create 2 column with type number and specify the range. But here’s the issue: as all we know …

  7. Mockaroo YouTube Tutorials - Mockaroo Community Forum

    Mar 20, 2016 · I’ve posted some tutorials on YouTube that show you how to use some of Mockaroo’s more advanced features. If you’re looking to get the most out of Mockaroo, these …

  8. How to return blank rather than "null"? - Mockaroo Community …

    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 …

  9. Repeating records with increment dates based on previous row …

    Mar 10, 2017 · I want to generate records with row over row effective valid beginning date and effective end date dependencies The first record would have an effective date of 1900/01/01 …

  10. Nested JSON Object - Mockaroo Community Forum

    Apr 22, 2016 · I need to create a nested JSON object that behaves nearly identical the current JSON ARRAY but i simply want an object. e.g. { “name”: “dr. cool”, “age”: 103, “parents” : { …