Trying to get a value from a nested field XML
@mockaroo is it possible when you create 2 elements to reverse one of them for example (see below) i need to replicate that pic. thanks for your help
View ArticleHow to add 1 to a value each time a new item is inserted
like if the first row is 00the second one would be 01 and then 02, 03, 04 and etc
View ArticleHow to add 1 to a value each time a new item is inserted
For you can use the Row Number data type.
View ArticleAdding nested fields together
Hey i'm trying to add 'Present', 'Missing',' AuthorisedAbsences' and 'UnauthorisedAbsenses' and total them in the 'Possible' field. At the moment i'm getting not found. Please can someone help me out....
View ArticleAdding nested fields together
Thanks @marc.boggs for looking but the XML needs to look like this - Where Possible is the total fore the other fields below it. @mockaroo do you in all your divine wisdom know how to achieve this?...
View ArticleAdding nested fields together
Something like this? https://mockaroo.com/f48c8fa0<record> <StudentKpis> <StudentKpi> <LocalId>5ab02eee-4b0b-4c45-9626-23c117d2459f</LocalId> <Attendance>...
View ArticleAdding nested fields together
@marc.boggs is there a way of getting rid of the root or record element when using XML?
View ArticleLongitude value has quotes randomly among dataset
I'm getting the following data generated:{ "_id": { "$oid": "5ea47836fc13ae739a000000" }, "user_id": "2", "gender": 2, "location": { "type": "Point", "coordinates": [ 28.153607, 12.9028236 ] },...
View ArticleProblem when i use GET acces to my API
Hi, I want acces to my DATASET with API TEST Acces . I use the url that i have at my page : https://my.api.mockaroo.com/users.json?key=678626e0 It appears the message: "{"error":"undefined method...
View ArticleProblem whith used Params
Hi, I used this url REST API query : https://www.mockaroo.com/api/generate.json?key=my_key&schema=pschema_name&gender=Male but the output have Male and Female persons . How i can use the param...
View ArticleReferencing another Schema
I am trying to reference another Schema table into Master Schema. Instead of downloading a schema and re-uploading that schema into a dataset is it possible to reference the ID of one schema into...
View ArticleNested arrays in arrays with a specific repetition of values
I guess this exactly fits your requirement check this outhttps://www.mockaroo.com/c0e9cd70
View ArticleHow to get the value from array within an array in JSON
share your schema so we can discuss
View ArticleConditionally generate related records in a schema based on the value of a...
Hi All, I have only today stumbled across Mockaroo so apologies if this is something simple that I am overlooking. I have a contract.start_date in my "Contract" schema which I have loaded back in as a...
View ArticleReferencing another Schema
Hi mudassi, It's my understanding that in order to reference fields from another schema the data has to be uploaded as a dataset.You can then either reference the fields using the "Dataset Column"...
View ArticleHelp with elsif statement - syntax error?
I'm trying to add a series of elsif statements to my formula, but it is coming back with a syntax error. Any ideas? if field("short_description") == 'How do I cancel?' then...
View Article