
Mockaroo Community Forum
Jan 23, 2026 · Questions, answers, and support for mockaroo.com
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 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 are a great place to …
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. …
Mockaroo-python: Python library for Mockaroo APIs
Oct 12, 2023 · Hi, For anyone who uses Python 🐍 and Mockaroo 🦘, I wrote a Python library to simplify interactions with Mockaroo APIs 🐍 + 🦘. It lets you easily retrieve supported data types, upload datasets, …
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 …
Concatenate string and GUID - Mockaroo Community Forum
Apr 19, 2018 · Trying to figure out if I can concatenate a string and a GUID. Is there a way to use a guid in a formula? Thanks, Shay
Repeating records with increment dates based on previous row value
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 and an effective …
Creating an inline variable in Formula - Mockaroo Community Forum
Mar 28, 2022 · Hi, I’m trying to make a very simple custom datatype that mockaroo can choose randomly from one of the following words: {“PENDING”, “IN PROGRESS”, “FINISHED”} So I thought …
Picking random values from a list within a formula - Mockaroo …
Nov 15, 2016 · I have several data sets that are simply lists and want to use random values from this list in a formula. e.g.: concat( “xyz”, from_dataset(“setname”)) When using the from_dataset() function it …