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 Article1M 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 ArticleCreating a nested array of objects from a sample schema
This is pretty awesome. Thank you!
View ArticleCreating 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 ArticleCreating 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 ArticleCreating 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 ArticleError: 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 ArticleHow 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 ArticleHow 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 ArticleSetting 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 ArticleIs 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 ArticleFormula 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 ArticleSetting parameter values on nested schemas
I'm still not able to solve this. Any suggestions?
View ArticleSetting parameter values on nested schemas
Anybody know how to solve this? We'd love to figure this one out.
View ArticleRandom 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 ArticleXML - 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 ArticleWhat 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 ArticleHow 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