Mockaroo Node Live example?
Do you have a live example of the mockaroo node module in action. I am having trouble setting it up.
View ArticleMockaroo Node Live example?
Have you see the example here? http://mockaroo.com/api/docs Scroll down to "Example: Node JS"
View ArticleCustom distribution for the Custom List type
Just a follow up on this question. I am facing a similar problem when accessing dates from a 'dataset column' into a formula. Any idea on this?
View ArticleCustom distribution for the Custom List type
Can you send me the share link to your schema in a private message? I'd be happy to take a look.
View ArticleUsing value from Dataset Column in a formula
I have been trying to use the date from another dataset in this schema and then generate a random date within a range of three months from that date in another field but I am getting an error: error:...
View ArticleUsing value from Dataset Column in a formula
It looks like you need to parse the __DOS_To column as a date. This should work: Date.strptime(field('__DOS_To'), '%m/%d/%Y')-days(random(0,90))
View ArticleBlank value ignored if formula is used
Hi there First of all, thx for this great product. I'm trying to fill a field using a formula that makes reference to another field. This is working fine but I need that this calculated field is blank...
View ArticleBlank value ignored if formula is used
Looks like you found a bug. Inline formulas execute after the null/not null decision, which is not intended. I'll see if I can fix that tonight. Thank you for letting me know! In the meantime you...
View ArticleBlank value ignored if formula is used
Thanks for the fast answer I'll try the formula.
View ArticleJSON max items not working with the API
I use the JSONarray data type to generate nested JSON array data. However, the minitems and maxitems are not working as described in the api documentation. The request I sent I expect to have 4 to 5...
View ArticleChanging column order
I made a suggestion a while back I would find it handy to have a template/base class of schema that allowed me to develop a core of similar datasets and then if I had to change to original it would...
View ArticleExtract mongodb object id to a string
I'd like to take the mongodb object id and extract the id itself, instead of getting the object id. The reason is that whenever I try to use the json in the code that builds the seed in my database it...
View ArticleExtract mongodb object id to a string
I've made it so you can now simply call this.to_s to get the id as a string.
View ArticleJSON max items not working with the API
I believe the "I" needs to be capitalized in minItems and maxItems.
View ArticleJSON max items not working with the API
ralphlenssen: [ { "type": "JSON Array", "name": "object", "minItems": "4", "maxItems": "5" }, { "type": "Street Address", "name": "object.street" }, { "type": "JSON Array", "name": "object.subobject",...
View ArticleJSON max items not working with the API
The values for minItems and maxItems need to be numbers, not strings.
View ArticleChanging column order
I've implemented something that I hope will make this easier. You can now double-click on the drag handle to bring up a more compact display that makes it easier to reorder large lists. There is a...
View Article