Associating fields
how can i associate one data field with another. for example i have a city field that i want to associate to a country field so that i don’t get absurd queries like New York in in Africa or something
View ArticlePotential Defect: Unable to share Private project
Hello! I have created a project on my account with multiple schemas and a mock API. I want others on my team to have access to these schemas, but I don’t want to make the schemas public. When I go to...
View ArticleEnhancement Request: Upload schemas via REST API
Hello! I have an enhancement request to allow the uploading to schemas via the Mockaroo REST API, similar to how users can currently upload datasets. I can programmatically create JSON schemas, but...
View ArticleHow can we ensure that Mockaroo generate real US addresses (Door No Street,...
Did you ever receive and answer to this? I have the same requirement for real addresses.
View ArticleRandom hours and minutes equal or smaller to 06:00
I want to create random times for an attribute named ‘length’ the Table is called ‘CD’. So basically it’s the length of a song. I want the minutes to be equal or less than 6. So allowed values are in...
View ArticleWeighted from Dataset Column is not functioning properly
I been using dataset column last week with weight and it was working perfectly, but now when I use it it won’t automatically gives me values. When I try to add “weight to value” it gives me a "...
View ArticleCorrelate Geographic data
I’d like to generate data from country down to postcode level but noticed that the post code is not related to the states and maybe even the lat & long. What is s the best way to achieve this?...
View ArticleGenerate Weekly Dates only
Hi, it’s easy enough to generate date ranges with DateTime and range - great! What I need is to generate regular but non daily consecutive date records - by week number. So generate 1 date record per...
View ArticleStreaming data feature request
Zombie post warning…This streaming function is great, but a few things would make it the greatest: Trickle function - one after the other continuously up to # of messages. Could set for 100 messages...
View ArticleCustomizing the character sequence as per user's need
Hi, I have a column by the name of EMP_ID which is a random string of 8 characters. Now I need the first 3 characters of that string to be the same as the first 3 letters of the state that employee...
View ArticleCustomizing the character sequence as per user's need
Use the Character Sequence type with a value of “#####” and add the following as an inline formula: field("state")[0..2].upcase + this See Mockaroo - Random Data Generator and API Mocking Tool | JSON...
View ArticleCan mockaroo schemas be seeded so that they generate the same random data...
I would also be interested in this. Use case 1: Mockaroo data is saved to a file athe data is used to construct records for testing Tests are built which depend on these records and would break if the...
View ArticleRetrieval Dataset by Dataset Name or Id (API)
Hey guys I upload a new dataset using API i.e. programmatically. First question: as soon as it’s uploaded, how can I find its Dataset Id? Second question: whenever I need to retrieve it, how can I...
View ArticleMockaroo-python: Python library for Mockaroo APIs 🐍
Very simple to use. Saves some time. The CLI is quite useful as well. The issue I have is if I upload a dataset using this tool, I end up with the dataset named correctly but the file ends up being...
View ArticleMockaroo data set upload API problem
Has anyone run into this one? Note that this is the first attempt at using this feature. I tried the same thing using the mockaroo-python library from @scarvy. Had the same results with python...
View ArticleJSON Arrays in multiple Schemas
Can you break up a very large JSON array into a series of schemas and bind them together, similar to what can be done with Dataset references?
View ArticleFormatting Full Name
Is there a way to get a Full Name value in the format “First Name, Last Name Middle Name”?
View ArticleRetrieval Dataset by Dataset Name or Id (API)
I too have not found a way to get the ID via API. I would have thought it would be in the response when you upload the dataset but it is not. Response status code: 200 Response headers:...
View ArticleRetrieval Dataset by Dataset Name or Id (API)
Maybe I misunderstood… when the API docs say “:id”, often you can just use the name. The only way I have seen to get the actual internal ID is when you hover over the dataset name in the GUI. A guess...
View Article