Quantcast
Channel: Mockaroo Community Forum - Latest posts
Browsing all 2665 articles
Browse latest View live

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 Article


All 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 Article


Mockaroo 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 Article

Mockaroo 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 Article

Mockaroo API's are down?

Awesome, thank you sir!

View Article


Api 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 Article

Mapping between fields

Hi @anitha.rk have you found the solution? If yes, please share.

View Article

French 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 Article


Mock 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 Article


Using 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 Article

I 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 Article

Is 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 Article

Is Mockaroo experiencing issues Oct 10, 2022?

Yep same here. Even up until 10/11/22.

View Article


Is 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 Article

Getting 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 Article


Getting 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 Article

Getting 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 Article


Image may be NSFW.
Clik here to view.

Unable 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 Article

Random 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 Article

Unable 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
Browsing all 2665 articles
Browse latest View live