Feature request: Allow freeform notes to be added to schema
Hi everyone. I’d like to submit a feature request. As someone who uses Mockaroo to generate mock data, I’d like if freeform notes could be added to schemas, so that I could document important things...
View ArticleUsing DataSet value in numeric formula errors with "can't be coerced into...
(this * -1 if this < 0) or (this * 1 if this > 0) works equivalent to the unsupported abs() function
View ArticleAdding array of objects in response payload
In the Handler Script, I have the right hand side payload working, however after making it like the left hand side, the Handler Script failed silently. Does anyone have any idea?
View ArticleSelecting a random number of rows from a dataset for use in an array of...
Hello @user42 - were you able to resolve this? If so, how? I have a similar way of creating a list of Users Ids as in and I don’t any values in array elements… meaning while there are differing number...
View Article"Quote" option seems to have no effect when double quote (") is used
I’m experiencing the same issue .
View ArticleGenerated SQL is wrapped with quotes, which doesn't work
2023 and I am facing the same issue too. Tried above solution without result. Anyone knows a trick ?
View ArticleIs there a way to create/reflect 1-to-many relationships in the setup wizard?
Just stumbled across Mockaroo on my hunt for dummy data to create some CRM setup walkthroughs. One thing I can’t seem to work out from the interface is if and how I could setup 1-to-many relationships...
View Article"Quote" option seems to have no effect when double quote (") is used
Thanks for sharing that, @jeffm. It’s helpful to know that I’m not the only one seeing this. I’ve reported this to Mockaroo support. I’ll update this thread when it’s fixed.
View Article"Quote" option seems to have no effect when double quote (") is used
I think it’s just a bug in the preview. When you actually download the raw data, Mockaroo does surround every value in the delimiter you specify, and will properly escape the delimiter by doubling it....
View ArticleInternationalization/language support?
+1 Have been using this tool for years. Hoping for data in other language too.
View Article"Quote" option seems to have no effect when double quote (") is used
I don’t know if it’s just me, but I’m not actually seeing double quotes in the downloaded data when the value of Quote is ". Single quotes work, though.
View ArticleFeature Request: Option to turn off trimming of white space
Was trying to mock up of test data with random white space to test an excel import macro. Seems all output is trimmed automatically no matter what is given for input. Is there any way to get around...
View ArticleFeature Request: Option to turn off trimming of white space
Kind of answered my own question. Noticed this does not happen in the raw output tab of the preview. Hm. Not quite as useful for my test case but at least the data is being generated. I spent a long...
View ArticleUpload Schema via. cURL
Noting that the schema is very particular; I plan on dynamically generating Schemas .json. Testing out a downloaded Schema .json backup, I have not been successful in uploading a new nor updated...
View Article"Quote" option seems to have no effect when double quote (") is used
Mark (support? developer?) has let me know that this has been fixed. Quotes can now be forced around all values, including values that do not themselves contain quotes, by using the force quotes option.
View ArticleCreate random JSON for JSONB column in sql output
Is it possible to create random JSON that is quoted when generating SQL output for an insert statement to a JSONB column?
View ArticleCreate random JSON for JSONB column in sql output
well I was able to use the __fieldname trick with formulas, but what a pain!
View ArticleHow to correctly mock a multiple level depth object in JSON
For JSON object like below {a:{b,c:{d:e},f:{g:h,i:j}}} How to correctly add them to the row like template in the website instead. I learn that for 1 layer you can do it like a.b but what about e , do...
View ArticleHow to remove $date when using mongoDB ISO
I got the result of “$date”:“2021-02-18T00:34:48.000Z” But I just want the string not the $date. How can I make it works, what I can do with the formula? Thanks in advance.
View Article