Quantcast
Channel: Mockaroo Community Forum - Latest posts
Browsing all 2665 articles
Browse latest View live
↧

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 Article


Mockaroo Node Live example?

Have you see the example here? http://mockaroo.com/api/docs Scroll down to "Example: Node JS"

View Article


Mockaroo Node Live example?

Got it working now. Thanks =)

View Article

Custom 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 Article

Custom 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 Article


Using 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 Article

Using 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 Article

Using value from Dataset Column in a formula

Thank you it worked fine.

View Article


Image may be NSFW.
Clik here to view.

Blank 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 Article


Blank 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 Article

Image may be NSFW.
Clik here to view.

Blank value ignored if formula is used

Thanks for the fast answer I'll try the formula.

View Article

JSON 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 Article

Changing 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 Article


Extract 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 Article

Extract 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 Article


JSON max items not working with the API

I believe the "I" needs to be capitalized in minItems and maxItems.

View Article

Image may be NSFW.
Clik here to view.

JSON 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 Article


JSON max items not working with the API

The values for minItems and maxItems need to be numbers, not strings.

View Article

Changing 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

Changing column order

That works and is quicker thanks .

View Article
Browsing all 2665 articles
Browse latest View live