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

How to import json schema and create a new Mockaroo schema automatically?

I have got the swagger definition document for an API. I need to use the Json schema defined over here and use it auto create the schema in Mockaroo. I tried using the Import feature in the schema...

View Article


How to import json schema and create a new Mockaroo schema automatically?

The import feature is only intended to import schemas that have been exported from Mockaroo. It does not support swagger or any other format. In this case you'll need to create the schema manually.

View Article


Privacy issues of data

I generated the sample and many of the first name+ last name combinations could easily violate some of the privacy laws. How can I avoid that using your tool? Thanks

View Article

Privacy issues of data

I'm certainly no legal scholar, so I'll just present some information which might be helpful. The names generated by Mockaroo are random combinations of popular western names, and do not correspond to...

View Article

Limit date to certain items in the list

I would like to generate a list of random addresses, but I need to limit that list to PA, NY, and OH addresses. Is there a way to do that in Mockaroo?

View Article


Limit date to certain items in the list

If you don't need the addresses to actually be real, you could just use a Custom List of with those three values. If you need the zip codes to line up, though, that'll be more difficult. This said,...

View Article

Limit date to certain items in the list

Currently you can only limit locations by country. A workaround would be to download a large list of locations, filter out ones that aren't in the desired states, then upload the result as a custom...

View Article

Nested JSON Object

I need to create a nested JSON object that behaves nearly identical the current JSON ARRAY but i simply want an object. e.g. { "name": "dr. cool", "age": 103, "parents" : { "father": "sr. dr. cool",...

View Article


Nested JSON Object

Yes, just name your fields parents.mother and parents.father and they will be created as an object.

View Article


Data based on imported schema

Is it possible to import, a specific SQL schema (Oracle) and allow Mockaroo generate data based on my schema?

View Article

Data based on imported schema

There is limited support for creating a mockaroo schema from a create table statement. Select Import fields from CREATE TABLE sql... from the More menu at the bottom of the fields list. I've only...

View Article

How are SSN type data generated?

Could SSN data potentially collide with real SSN data causing privacy PII concerns?

View Article

How are SSN type data generated?

SSNs are generated as random combinations of numbers, so it is possible some of them will be real. You can guarantee that they are not real by replacing the first number with 9. You can do this by...

View Article


How to export a mockaroo schema to a file?

Hi, I see we have a import feature to import a schema. And as I understood this is to import a mockaroo based schema from a file. Can you please tell me how to export to file? Thanks and RegardsAanjan...

View Article

How to export a mockaroo schema to a file?

The "Export to file" option is available in the "More..." menu to the right of "Append data" below the schema once it is saved.

View Article


Restricting dates

Hi, I have a field called begin_date which I have restricted to between 4/12/2000 and 4/12/2016. I want to create an end_date field which must be greater than the begin_date but less than the current...

View Article

Restricting dates

Try this formula: begin_date + days(random(0, date_diff('days', begin_date, now())))

View Article


Restricting dates

Great! This worked. Thank you!

View Article

Authorization Error - Need resolve ASAP

Hi There,I am getting Auth errors and according to me I have a PAID account which should give me access to your api. I need this service to develop my prototype with so please investigate. Its urgent.

View Article

Authorization Error - Need resolve ASAP

Thanks Mark for the very prompt response and resolving the issue very quickly. Your services are appreciated.

View Article
Browsing all 2665 articles
Browse latest View live