Help with elsif statement - syntax error?
Hi, Presuming your "short_description" field is within the same schema as your expression and you are not trying to reference a field from a Dataset you should be able to use: if short_description ==...
View ArticleHow do I cancel auto-renew on my account?
Hi May I know how do I cancel the auto-renew on my account. It automatically deducted the annual fees from my credit card although I actually do not use this service anymore. thanks!
View ArticleGenerate mock data without schema
Is there a way to generate mock dataset with field types that are being changed every time api call is being made? For example one time I would like to get first name only, second time first name,...
View ArticleDatasets upload via REST API
There isn't yet a way to do this via the API. I can definitely see value in your use case though. Will add it to the backlog.
View ArticleCreate a set number of random columns
Currently I have to choose the names and type of data that each column will have, is there a way to "automate" this? I need 200 random column names with data and 500 rows of it. How can I do this?
View ArticleHelp with elsif statement - syntax error?
Ah, yes...it was the apostrophe in the word 'I'm'. Thanks for the assist!!
View ArticleCustom list distribution every specific time
Hello... I have a field that use a custom list with two item _b and _gFor every 40 entry, I need the _b to be randomly 35 times and the _g 5 times. then repeated for the next 40... I’m lost at which...
View ArticleIssue with array structures in XML and JSON API with "generate 1"
My use case is to simulate a search with exactly one result, where also multiple results are possible. Basically the Web Service reply should be an array with one element. I have tried XML and JSON...
View ArticleIssue with array structures in XML and JSON API with "generate 1"
XML Code was not shown in example...
View ArticleIssue with array structures in XML and JSON API with "generate 1"
After a couple of "trial and errors" and google i managed to find a solution: # customer with customerNumber GET /users.json?kdnr=296676610 schema "Kunde" # generate one customer record customer =...
View ArticleHow can I specify table name when generating SQL with the API?
I wasn't able to find documentation about how to specify the table name when generating SQL. My results look like this:insert into (my_col) values (1); The doc I referenced:...
View ArticleMaintaining existing schema, merging and adding new fields enhancements
Hi, I will list the features which I'm missing on Mockaroo. Adding new fields: Currently I see only option to create new field at the bottom of schema and drag it to its place which is quite...
View ArticleCan I alter the distribution for pre-populated lists when building a schema?
Hi, is there a way to set a distribution to a standard list just as you can to a custom list when creating a schema?
View ArticleLimit unique values for field
Is there a way to limit the number of unique values for a field? For example, return 1000 rows order data, but limit "company" to 150 different unique companies?
View ArticleTime 'Type' but I need seconds too i.e. HH:MM:SS
There are some free resource for you to get free data see here https://www.mockaroo.com/9f056960 , or visit this website.
View ArticleNamespaces for xml data types
I'm working with some "enterprise" data that uses namespaces (yay). Is there a way to inject namespaces into the xml output at all? Thanks
View ArticleProviding bank routing numbers data
we do have random account numbers but what if we need the routing numbers to setting up random bank account data.
View ArticleTime Series Data
Great tool. Plan on signing up soon.I am trying to generate test data for something like a stock price or temperatur data which changes over time. Price - 10am - 123 Price - 10am - 124Price - 10am -...
View ArticlePOST API with request body - sample
Hi, Can someone please share a sample json array of field specifications that is used in the request body to generate data. I am not specifying a schema url parameter. Thank YouAnoop
View ArticlePOST API with request body - sample
Have a look at this JSFiddle:http://jsfiddle.net/vmgpycg5/
View Article