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

Full name repeating %

In that case you need to upload all 3 columns as a single Dataset, then pull those columns into your schema using the Dataset Column type. You can't use Custom List because you'll lose the correlation...

View Article


Full name repeating %

Thanks a lot for your help

View Article


1M in paid subscription

I second the request for a middle-tier for a 1M per download. Its a great tool and love it so far but $500/yr is a little steep.

View Article

Creating a nested array of objects from a sample schema

This is pretty awesome. Thank you!

View Article

Creating a nested array of objects from a sample schema

This worked great. I am running into a small issue though. page["banner"] = generate 1 page["banner"]["category"] = set "category[2]", values: ["banner", "home"] Expected "category": [ "banner",...

View Article


Creating a nested array of objects from a sample schema

I figured it out. (Why does this always happen 2 seconds after finally giving up?) page["banner"] = generate 1 page["banner"]["category"] = ["banner", "home"]

View Article

Creating a nested array of objects from a sample schema

Actually, I think my issue persists, but in a different way from what I imagined. How do I set field parameters? page["accountActions"].each do |action| action["body"] = set "body", min: "1", max: "1"...

View Article

Error: Access denied to method >. while generating the dataset

I'm not sure if this is just a mistake in your post, or if you copy pasted, but perhaps it's the "yesy"?

View Article


How can I create a fixed value to one or any fields of my schema?

Hi All!, I need to make a new schema with some fields with a fixed value , for instance , a field named Bank withe the fixed value "HSBC" for all the the recordset Bank: "HSBC" It is possible to do...

View Article


How can I create a fixed value to one or any fields of my schema?

You can create a characters sequence field and just add HSBC in options.

View Article

Setting parameter values on nested schemas

Continuing the discussion from Creating a nested array of objects from a sample schema: It is possible to set values for fields when using the api using set "fieldname", key: "value". This works for...

View Article

Is it possible to write data into existing schema with post request?

I believe you'll only receive a response, but the api doesn't actually save any data. See tutorial 5 at 3:09

View Article

Formula for multiplying a fixed value by any random number

Hi, do to the nature if how the generator works, certain fields can't be inputted by me as the would affect how my SQL table works. I'm trying to get a cost value (65) to be multiplied by a random...

View Article


Formula for multiplying a fixed value by any random number

Try 65 * (random(1,500))

View Article

Setting parameter values on nested schemas

I'm still not able to solve this. Any suggestions?

View Article


Setting parameter values on nested schemas

Anybody know how to solve this? We'd love to figure this one out.

View Article

Random Distribution With or Without Replacement

is the Random Distribution drawing from a Dataset with or without replacement? And if it is with replacement is there a way to specify without replacement?

View Article


XML - Way to override/eliminate Root and or Record Element?

I am trying to create some simple (maybe not standard?) XML. Defining all the fields makes perfect sense and is working great. However, I can't seem to turn off root_element or record element. If I...

View Article

What is the expected result for the inline formula on a Repeating element?

Too bad there is no answer to this.The help really doesn't seem to explain how to use the formula for a Repeating element.

View Article

How to remove special character in the concat string?

Hi Team, I have 3 columns and have special character on it. i want to remove the special character how ? __t1=abc__b1=bbc__dat1=2017-12-01 16:09:28 and i want a output like abcbbc20171201160929....

View Article
Browsing all 2665 articles
Browse latest View live