Cloning schema doesn't create new public URL
This bug is now fixed. For any affected Schemas, you can either clone them again or delete and reclone the original to get a new public URL.
View ArticleAll values null with simple from_dataset()
I am having this same issue. It appears that only null will return and this function is broken. @mockaroo Do you have any input to this?
View ArticleMockaroo API's are down?
Since yesterday, it looks like Mockaroo API’s service is down. Anyone else or is it just on my end? 531 ‘Layer0 Project Upstream Timeout’ uri=https://my.api.mockaroo.com/test_api.json?key=xxxxxx...
View ArticleMockaroo API's are down?
My apologies. Services are restored now. There was unusually high traffic that caused an outage. I am continuing to monitor the situation.
View ArticleApi for creating projects and project assets
Hi @grumpyn8 , Can you please give me the format or the code where you give the column names as a payload. I have tried multiple different formats and json structures but still couldnt get it work, it...
View ArticleMapping between fields
Hi @anitha.rk have you found the solution? If yes, please share.
View ArticleFrench postal codes : All with CEDEX. Not realistic
Hi, First of all, Mockaroo is a fantastic tool. Thank you to Mockaroo team. I have a problem to generate french postal codes. I’ve created a schema with: Postal Code City Country with restrict...
View ArticleMock api - My first example sort and paginate
schema "users" # generating dynamic dataset total_items = 32 all_items = generate total_items # page_size and last_page page_size = (10).to_f if(params.key?('page_size')) page_size =...
View ArticleUsing a formula on TYPE = DateTime format = ISO 8601 (UTC) blank = 50%
I have a schema (Mockaroo - Random Data Generator and API Mocking Tool | JSON / CSV / SQL / Excel) where I have a Field with a TYPE = DateTime format = ISO 8601 (UTC) blank = 50%. However when the...
View ArticleI have a error in chrome
I am having trouble generating any db. Says it’s a client error. Could it be a bug in the Chrome version? Works fine on Microsoft Edge
View ArticleIs Mockaroo experiencing issues Oct 10, 2022?
Hi there, I can’t save schemas (they silently fail and no saved schema is appearing in the list) and generating data is running very slowly, even for 10 rows. Is anybody else having problems? Thanks,...
View ArticleIs Mockaroo experiencing issues Oct 10, 2022?
I had to create new free account (that worked), but there were still DataSet default issues on some of the records created and I had to try 4-5 times before I got a valid DataSet.
View ArticleGetting multiple values on the same topic
Is there any way to not get multiple values on the same topic? I selected the category “drug name(generic)” and I get, as expected randomly generated drug names, but there are some items that have...
View ArticleGetting multiple values on the same topic
You can use this formula to split the value into 2 parts and return the first part. Here is the full formula (this.split(/ /, 2).first).tr(',', '') This splits the value into 2 parts by a [SPACE],...
View ArticleGetting multiple values on the same topic
It’s not perfect but much better, thanks! Issue appears when the drug name consisst of two or more words. Can’t realy think on how to not get rid of those ones
View ArticleUnable to reference another dataset column in other schema
I have a dataset of following JSON structure. [{ "articles": [{ "action": "edit", "messageId": "75ab4788-af4e-478d-bb84-b5d5d5c4c080", "articleNumber": "3313" }] }, { "articles": [{ "action": "add",...
View ArticleRandom number on a set distribution between set maximum and minimum
For some reason when I set a random distribution in number it overwrites the maximum and minimum I set. I would like this normal_dist(65, 25, 0) but less than 100 ideally?
View ArticleUnable to reference another dataset column in other schema
Try adding a formula looking like this: this.to_i or this.to_s The first will convert to an integer, the second will convert to a string.
View Article