Cannot upload a CSV to create a Schema
You can import the header row from a CSV or Excel to create a schema. On the Schemas tab click the "Create a Schema" button. Scroll down to the bottom and click the "More" dropdown. Select "Import...
View ArticleData Type Field width
Hello Is there way to change the field size for example for the data type first name from varchar(50) to varchar(25) ? Thanks
View ArticleData Type Field width
Hi dear . in which programming laguage do you mean? کلینیک دندانپزشکیطراØÛŒ کاتالوگ
View ArticleWhat is SEO and how to make money
SEO or SEO stands for the three words Search Engine Optimization means to optimize the site for the search engine. The SEO site is a set of rules that Google identifies for sites and their...
View ArticleAdded colleague to project. He can see schemas but can't see api's
For what its worth - I am affected by this issue as well, and would love any guidance on working around this issue. Is there any way the API can reference the schema ID directly - not going through...
View ArticleUsing Custom List with T-SQL variables but getting '@varName'
I'm using my mockaroo output in SQL Format. I'm pasting it into a large script I have to rebuild my test database. I have a bunch of Custom List using Cartesian and Randoms...
View ArticleUsing Custom List with T-SQL variables but getting '@varName'
Yes! You can solve this using an inline formula. Click the f(x) button and enter code(this) as the formula. The code function tells Mockaroo that the value should be interpreted as SQL code and not...
View ArticleUsing Custom List with T-SQL variables but getting '@varName'
Worked like a charm. Very nice!
View ArticleAdd my own json if condition satisfies
I want to add my own schema based on condition. Example: if id == 1 then '{"enum": ["<1L", "1L-5L", "5L-10L", "10L+"]}' elif id == 2 then '{"enum": ["Wedding","Business","Education","Medical...
View ArticleHow to create random array of string
Hey mockaroo is AWESOME I want to create array of string { shopNumber : 36, fruitList : ['orange' , 'apple' , 'watermelon'] } i can create array of object but there is no option for array of string i...
View ArticleHow to create random array of string
Make a field "fruitList" with datatype "Formula".In the formula field, set the following value:[ "orange" , "apple" , "watermelon" ] this will create the following output: { "shopNumber": 36,...
View ArticleAdd my own json if condition satisfies
Create the enum without the quotes in a Formula field: if id == 1 then {"enum" => ["<1L", "1L-5L", "5L-10L", "10L+"]} elsif id == 2 then {"enum" => ["Wedding","Business","Education","Medical...
View ArticleRandom Decimal Using random()
I am trying to use random (#,#), but how do I use it to generate a random decimal between for example random(.10,.30)?
View ArticleAdding Days to Date
Mockaroo,It only works part of the time in this example: https://mockaroo.com/schemas/148951. Every other row returns error: argument out of range
View ArticleRandom Decimal Using random()
Select Type "Formula" and enter this function in the text field: round(random(0.1, 0.3), 2) This will pick a random number between 0.1 and 0.3 and round it to 2 decimals.
View ArticleRandom Decimal Using random()
I did not understand the matter which you want to tell thats why I decide to go Router Technical Support for help, they told me the way which I want to know.
View ArticleError When Adding Days to Dataset Reference - error: argument out of range
I have a column that uses a dataset column. In the formula, I use the code "date(this) + days(10)" to add 10 days to the date. In some cases, it returns a date in other cases it returns the error...
View ArticleDatasets upload via REST API
+1 Needing to upload datasets in a scriptable way instead of manual upload.
View ArticleFeature Request: Streaming flag for an API
Hello, We'd like to do some realistic real time testing of an API that emits data at a regular interval. It doesn't have to be a massive set of data, but a polling event would be ideal. Any chance...
View Article