Generating valid social security numbers
Awesome. I've done a few test runs and it looks good so far. Very much appreciated.
View ArticleNesting with a random value as parent node?
I'm trying to generate some test data for a Firebase application. In FirebaseTypically a key is generated as the parent node, then the data is nested below that. See below for an example.Each item has...
View ArticleNesting with a random value as parent node?
Not at the moment, but I'm interested in providing better support for Firebase and the format you provided seems simple enough. Can you point me to any kind of documentation for that format?
View ArticleNesting with a random value as parent node?
I just added Firebase as a new output format. Please give it a try and tell me what you think!
View ArticleNesting with a random value as parent node?
I don't think there is any documentation specific to the export format. The JSON data I loaded in my original message was exported directly from Firebase, so that's the format the data appears in....
View ArticleHow to specify a constant boolean value?
how do I specify a column so that it is boolean and always true (would end up in JSON as "columnName":true )
View ArticleHow to specify a constant boolean value?
You can use the Formula type with the following expression: true
View ArticleHow to specify a constant boolean value?
thank you! I'm just starting out with your product and this was the only thing I had not been able to figure out:grin:
View ArticleSolved: How to generate a value out of my own certain inputs
I am new to mockaroo. And one of my usage case is: I need a field to generate a value out of some certain values. For example: the possible selection is Android, iOS, Windows. And for this field, each...
View ArticleIntegrating data directly into Salesforce?
Hi - Has anyone given any thought to how we could integrate Mockaroo directly into Salesforce? It would be awesome to populate an object with data we define here. Before I go off an figure it out,...
View ArticleFormula for using data from 4 fields and total it in the 5th field
Hey guys, I'm a rookie to this site and tech. I generated a dataset for my learning purpose. I want to add values from Field 1, Field 2, Field 3 and Field 4 and total it in Field 5. Can you please let...
View ArticleFormula for using data from 4 fields and total it in the 5th field
You can do this by using the Formula type. If your fields are field1, field2, etc... your formula would be: field1 + field2 + field3 If your field names have spaces, start with a capital letter, or...
View ArticleFormula for using data from 4 fields and total it in the 5th field
A video on formulas:
View ArticleFormula for using data from 4 fields and total it in the 5th field
Thanks for the response. I tried this formula but the problem is the data in Field 1, Field 2, Field 3, Field 4 are in decimals ex 23.89, 21.31, 44.89, 81.98. When I tried this formula field('Field...
View ArticleFormula for using data from 4 fields and total it in the 5th field
What data type are you using for Field 1, Field 2, etc...? Can you post the share link at the bottom of your schema? Here's a working example:http://mockaroo.com/dff3e9a0
View ArticleIs it possible to write data into existing schema with post request?
So far I have build a schema on Mockaroo platform, and fetch the data in my application via the REST API with axios library . So is it possible to add new data into existing schema with post...
View ArticleFormula for using data from 4 fields and total it in the 5th field
Hey guys, I tried it and it works now. Thank you so much. This site is awesome. https://www.mockaroo.com/schemas/74713
View ArticleLinking two schema exports
Hopefully this ask makes sense. Every time I attempt to think through it brain cells die.I have a large project with many different schemas. The schemas are linked via a 'Lookup key' schema. My main...
View ArticleLinking two schema exports
Yes, the process is covered here: https://www.youtube.com/watch?v=XATDlwG1azU&list=PLKMZcxOsC3u0Y-4CHg5SDpVjTcrvGttTt&index=1
View ArticleLinking two schema exports
Thanks. What is the record limit on the dataset upload? Appears to be erroring out at 100k
View Article