Linking two schema exports
The row limits are listed here: https://mockaroo.com/pricing
View ArticleLinking two schema exports
These limits apply to uploading datasets to link two schemas?
View ArticleLinking two schema exports
Uploads have a hard limit of 30MB per file, regardless of plan. If you only need a primary key from a dataset, I suggest pulling that column into a separate file. You'll be able to upload many more...
View ArticleAdding time to date retrieved from another data set
I want to add some random time to a date time from another table using:from_dataset("RESERVATION", "ResDateTime", ResID: __ResID) + minutes(random(10,15))but I get this error:error: no implicit...
View ArticleMultiple boolean fields with only one True
Hi folks! I wonder if it's possible to have a set of boolean fields where only one per row can be true, with all others false? I started out trying something like if field1 = true then false else ......
View ArticleMultiple boolean fields with only one True
Here you go: http://mockaroo.com/a6a654f0 I use a hidden field called "__yes" which generates a random number from 1 to 3, then set the value of the corresponding question field to true.
View ArticleMultiple boolean fields with only one True
That is so simple it's almost embarrassing I didn't think of it... Thank you - you've saved me many hours of manually creating mock data!
View ArticleThree tiered JSON with varying set of repeat sets
Hi, I am trying to generate a JSON for a product (example: Laptop) and its parts. In cases of Laptop, few parts are optional (example: Bluetooth) and others are not. So depending upon a laptop...
View ArticleFixed length schema
Hi, Is that possible to create schema to be able to generate fixed length dataset?
View ArticleCreating consistent data
Someone wrote in his topic, that Mockaroo is able to create data of consistency but I couldn't find out how to do that. Would be nice, if anybody could give me some advice.I would create datasets of...
View ArticleCreating consistent data
Check out the tutorial videos in the help menu. You'll probably find what you need there.
View ArticleSetting country context
Hello Ian,you wrote that Mockaroo is able to provide consistency within data records. For that reason I want to ask you, how to create consistent data.I would like to create 5 rows with data that...
View ArticleCreating consistent data
Hello Mark,I did check your tutorials but I couldn't find any solution. I try to concrete my problem:I want to simulate the result of a survey which was filled out by 20 persons. One category has 5...
View ArticleRestricting addresses to cities or radius from a center point
I know there is a way to restrict generated addresses to a state. Would it be possible to also implement that with cities in a state as well?
View ArticleUK Postcodes generating or a list
Hi Does anyone have a way of generating UK postcodes - or know where there's a list I could use? I'll have about 100K users to give postcodes to. Thanks
View ArticleUK Postcodes generating or a list
You can use the country field to limit locations to the UK. Postal codes should match the generated city. Here's an example: http://mockaroo.com/195b0e40
View ArticleIncrementing timeframe and GPS location
Hello, I'm looking for a way to have an incrementing timeframe of 90 minutes, that increments each second !In parallel, I would need a latitude and longitude that increment or decrement randomnly with...
View ArticleDatasets upload via REST API
Did this ever make it out of the backlog - I've got exactly the same requirement. Thanks, John
View ArticleDataset lookup error: undefined method `lists' for nil:NilClass"
This is my schema I've read this Answer and followed guidance therein, but nevertheless, the formula below returns the error -> "MobileCarrier": "Error evaluating...
View ArticleDataset lookup error: undefined method `lists' for nil:NilClass"
Could it be that you aren't signed in? I looks like it's trying to look up the dataset from your user account and failing to find a current user.
View Article