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

Mockaroo data set upload API problem

I found the solution. Instead of (using python requests library) files = {‘file’: open(file_path, ‘rb’)} response = requests.post(url, headers=headers, files=files) I need to use the following where...

View Article


How can we ensure that Mockaroo generate real US addresses (Door No Street,...

Just FYI, there is nothing that Mockaroo can do to ‘generate’ an address. If you want accurate geolocation data for an address you could get it from: https://batch.openaddresses.io/data#map=0/0/0 Be...

View Article


Retrieval Dataset by Dataset Name or Id (API)

Let me outline the challenge from the beginning: I have 20 records of API-generated data, including field names, field types, and even some brief descriptions. What I need is to generate 1000 records...

View Article

From Dataset is not working

(topic deleted by author)

View Article

Mockaroo-python: Python library for Mockaroo APIs 🐍

Thanks! I fixed the problem in the package with the solution you found. I just released an update with the fix and some other changes.

View Article


Updates to mockaroo-node Package

Hi! Our dev team avidly uses the mockaroo-node package; however, due to its outdated dependencies and subsequent vulnerabilities (namely with axios) as reported by our project’s Snyk integration, we...

View Article

Sequential dates (no repeating)

Hi there. I need to generate some dummy data where I have an array of operations with dates from and to. I its easy to create random dates from and to that is always after from, but I need to find a...

View Article

Seemingly unanswered question here, why a 5000 row limit on api calls?

I have found a number of posts having the same problem but it has gone unanswered, it seems. When using API to get a dataset from a schema, there seems to be a 5000 row limit. Anything above that...

View Article


Seemingly unanswered question here, why a 5000 row limit on api calls?

If you need to generate more than 5000 records, you can add ?background=true to the URL. It will kick off a background job that uses multiple threads to generate data in parallel. This will allow you...

View Article


Updates to mockaroo-node Package

@mockaroo Hi Mark, would you mind checking this PR again? I’ve made the requested changes. Thank you!

View Article

Seemingly unanswered question here, why a 5000 row limit on api calls?

Excellent, it worked great. Thank you!

View Article

Is it possible to format the JSON data preview for a non-array?

When using the preview option for JSON data, if I check the ‘array’ option, the data is presented in an easy to read format. If the box is unchecked, the preview shows as a single line. I’m using this...

View Article

Is it possible to format the JSON data preview for a non-array?

Thank you for your suggestion. This is now fixed. You should see formatted json in the preview dialog without the array option checked.

View Article


Can Mockeroo simulate APIs that paginate their data?

I’m creating a mock API to mock a system that paginates its data; essentially you call it multiple times until it runs out of data and returns an empty data object. There are no elements in the return...

View Article

Image may be NSFW.
Clik here to view.

Random hours and minutes equal or smaller to 06:00

Hi ahu, You probably don’t need this anymore, but it was a nice exercise as I’m trying to learn Mockaroo. Create a Number field that will generate between 1 and 360 Create a formula that will convert...

View Article


Append data not working

Unleash Exponential Growth: Ignite Your Marketing Engine with M1 Data Tired of limping along in the marketing dark ages? M1 Data is your rocket fuel to explosive success. We’re your one-stop growth...

View Article

Curious about time formatting rules

I was creating a test file that had some datetime values in it from a linked dataset and noticed that the time formatting output was irregular. I played around with it some and discovered that if I...

View Article


Image may be NSFW.
Clik here to view.

Sequential dates (no repeating)

Hi garfolino, This looked interesting, so I took a shot. Basic algorithm: have a ‘from’ date that increments in units of time larger than 1 (I picked 10 for my example), while the ‘to’ date starts...

View Article

Image may be NSFW.
Clik here to view.

Sequential dates (no repeating)

Hi Paul, this is amazing, thank you so much! So anything with __ is just there to help build what we want?

View Article

Sequential dates (no repeating)

Yep. If a field starts with two underscores, Mockaroo will generate it, and its value will be accessible to other field criteria after it, but it will not be shown in the output.

View Article
Browsing all 2665 articles
Browse latest View live