Null/Blank Checks on Nested JSON Objects
I've been having trouble checking blank fields on nested json object. I tried following the suggestion from Dynamically populating cells dependent on the previous cell being not blank but wasn't able...
View ArticleGenerating data for Blood pressure
Hello! Thanks for your reply! I am quite new to mockaroo so please could you explain how I would do this? Where do I use the formula? Also, how would I differentiate it for males and females within...
View ArticleGenerating data for Blood pressure
nigel.jones: concat(random(75,225),'/',random(45,125)) For example, I have found that the Mean systolic BP in males is 116 (Std. dev: 13) , and Diastolic is 73 (Std. dev: 10). Whereas in Females the...
View ArticleSplit SQL insert statements for a schema using other datasets
Hello, I've been trying to generate SQL statements for a schema that has fields from another schema(field type: Dataset Column). The output is in the form of a single insert statement. My schema:...
View ArticleGenerating data for Blood pressure
You will have to have a row with a Custom List like "M, F" named "gender" or hidden "__gender"then another row formula row with "if gender == 'M' then {some calculation for men} else {some calculation...
View ArticleHow to create custom URL for the APIs
I am getting https://my.api.mockaroo.com/orgnetwork.json?key=caaea760But i need it in this format : https://my.api.mockaroo.com/api/v0/organizations/:organizationId/networksHow to do that?
View ArticleSplit SQL insert statements for a schema using other datasets
You can use the "formula" data type and using the function:from_dataset(DatasetName, Field, Criteria).The criteria obviusly is the rule to pick the specific tuple you want, for exemple you can do...
View ArticleCustom formatting of date time in mock data
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleStart timestamp of next row is end timestamp of prev row
Hello Friends, Am trying to generate a set of data for activities occuring in a specific order. Hoping to create about 100 rows or so...I have a start time-stamp and an end timestamp. For each row the...
View ArticleConsecutive Time and date
Hi, I'm trying to generate data for health monitor readings which should 'collect' data throughout the day. How do I generate data to show values being generated every 30mins for 1 year? e.g. Data...
View ArticleConsecutive Time and date
I suggest using Row Number with an inline formula that adds seconds from a constant date. Here's an example: https://mockaroo.com/0bd78200
View ArticleConnecting 2 schemas
I have 2 schemas for a health monitoring system. One schema is for the 'patient' containing personal information and a patientID. The patientID is the primary key here. The other schema is for the...
View ArticleQuerying JSON array values in a mock API not working
Hi, My requirement is to have a json array in the dataset. But when I try to write formula on API schema to get the values inside json array using a primary key (like customer_id), I am getting null...
View ArticleConnecting 2 datasets
Hi, I have two data sets that I want to link. One contains the information and IDs of 6 people. The other contains information for each person. How do I connect the datasets so that the ID only shows...
View ArticleAdding random days between two dates, without time
I use a formula to set the formatthis.to_date.strftime("%d/%m/%Y")
View ArticleDate format changes with date() function
try(date(from_dataset("datasetName", "datasetField", criteria)) + days(5)).to_date.strftime("%Y-%m-%d")
View ArticleConnecting 2 datasets
This tutorial from Mockaroo should help: https://youtu.be/XATDlwG1azU
View ArticleConnecting 2 schemas
This tutorial from Mockaroo may help you with this topic: https://youtu.be/XATDlwG1azU
View ArticleDatasets upload via REST API
Your views really very helpful for me contributors. It resolve my problem. Thank you.watch pinoy dramas at lambinganhdreply enter link description here
View ArticleCash App Customer Support
I want to talk to Cash App customer support and for that, I am looking for their customer care number online. I am thankful to you for sharing their customer service website with us. I will surely...
View Article