Fill field if another field is true
I'm trying to create a function for when the data of the field is only populated if parameters in another field are met.https://mockaroo.com/882546c0In this example I want Full Name to only be...
View ArticleFill field if another field is true
See https://mockaroo.com/6bf5a670 Since referee a email depend on referral, referral needs to come before them in your list if fields.
View ArticleFill field if another field is true
Thank you! That makes sense, is there a simple way to make the Full Name not the same as the First and Last Name? As if they were a different person?
View ArticleGetting CORB warnings in Chrome
I've recently started getting CORB warnings in Chrome. Here are the logs: xhr.js:178 Cross-Origin Read Blocking (CORB) blocked cross-origin response...
View ArticleHow to Create Schema (with Inferred Data Types) from Example Dataset
I have an example dataset, and I can use the headers of that dataset to create a schema, but how can I create a schema with the data types already populated (inferred from the data types observed in...
View ArticleHow to get around __ operator?
So, I'm trying to mock some JSON data coming from a SiteCore CMS system. Some of the data fields have names that start with a double underscore. Which is problematic in Mockaroo because this hides the...
View ArticleHow do I use a period in a field name, without creating a nested object?
I have a field that is using a period in it. But if I put a period in Mockaroo, it automatically breaks this down into a nested object. Is there a way I can use an escape character or something so...
View ArticleHow do I use an API to query data from a dataset?
I would like to upload a small dataset, and then use a Mockaroo API to return this dataset based on where clauses through the URL. Consider this example, here is the URL:...
View ArticleHow do I use an API to query data from a dataset?
I think what you want to do is add a Formula column to your schema and use the from_dataset() function to pull out values based on a parameter. So something like: from_dataset("My Data", "some...
View ArticleHow to Create Schema (with Inferred Data Types) from Example Dataset
It's not possible with Mockaroo. Mockaroo doesn't have the ability to look at your data and figure out how it maps to Mockaroo's built in data types.
View ArticleBeginner please help
This worked for me: if num == 1 then "ACME Health New York" elsif num == 2 then "ACME Health Ohio" elsif num == 3 then "ACME Health Illinois" elsif num == 4 then "ACME Health Utah" elsif num == 5 then...
View ArticleHow do I use an API to query data from a dataset?
So, I actually tried that. Here is my code in my API handler script:' schema "mh_providers_static"from_dataset("mh_providers_static", "resourceId", resourceId: request_params['id']) But I always get...
View ArticleHow do I use an API to query data from a dataset?
You need to use from_dataset() in a Formula column in your schema, not in the API handler.
View ArticleGenerating random list from dataset
This must be explained somewhere, but I can't find it. I've uploaded a Dataset, and now I want to use that Dataset to randomly populate a list. I was trying to use the Custom List selector, and then...
View ArticleGenerating fixed width formatted data
I agree. I pad each column as well and strip the tabs in the output but would be nice to just have a format selection that basically "concats it all together with no delim"
View ArticleSapphire engagement rings
Visit for for more Details and Natural Gemstone We choose all of our natural mined Ceylon sapphire by hand for each wedding ring. We do all diamond work according to customer demands inside an...
View ArticleGenerating random list from dataset
It sounds like you are using the Dataset Column type correctly. What is your schema set to when you generate your records? There is at the bottom of the schema # Rows
View ArticleWant to generate data for my schema
Check out this schema. This should get you started in the right direction. https://www.mockaroo.com/0e854430
View Article