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

Query String Parameter

Check here more details about...QueryString Dell

View Article


Randomly picking values from a dataset and then lookup other values based on...

Hi,I am trying to generate a set of users and assign them to randomly looked up organizations.To do so I uploaded a dataset with a number of orgs identitfied by id's.The id's are read by the dataset...

View Article


Prevent duplicates

Hi I understand your answer, but if you want to generate a random sequence (from a dataset field for example) but with term unicity, the sequential approach will not work because the generated...

View Article

Image may be NSFW.
Clik here to view.

How to fetch the month data from other field

hii am trying to get the same month in appointment.month according to the date generated in appointment.date ,can u help me with the formula to get exact same month in month from date.....

View Article

Random SSNs never start with "0"

It looks like your randomly generated SSNs never start with "0". You should update the algorithm to include that range since it is a real possibility that an SSN will start with "0" (or even "00")....

View Article


Randomly picking values from a dataset and then lookup other values based on...

Could you post the share link to your schema? That would make it easier to diagnose what's going wrong.

View Article

How to fetch the month data from other field

For appointment.month, use a Formula field with the following value: month(field('appointment.date'))

View Article

Zip codes that tie back to address/city/state

Use the postal code field. It automatically correlates with the city.

View Article


Datasets upload via REST API

There isn't yet a way to do this via the API. I can definitely see value in your use case though. Will add it to the backlog.

View Article


Datasets upload via REST API

Hello, OK great. Thank you for the answer. Regards,Robert

View Article

Randomly picking values from a dataset and then lookup other values based on...

Surehttps://www.mockaroo.com/e1c22fe0

View Article

Randomly picking values from a dataset and then lookup other values based on...

You actually don't need a formula to pull the org_name based on org_id. Just use a dataset column and select the org_name field. It will automatically match up with the org_id field.

View Article

Can I lookup a value in one dataset using a field in another?

Is it possible to add an option to prevent duplicates? So, I can make a JSON array of n random values from another dataset and know there won't be repeats within it.

View Article


How to fetch the month data from other field

that works!!thanks mockaroo guys!!

View Article

Randomly picking values from a dataset and then lookup other values based on...

Well, yes that worked.

View Article


Picking random values from a list within a formula

I have several data sets that are simply lists and want to use random values from this list in a formula.e.g.: concat( "xyz", from_dataset("setname")) When using the from_dataset() function it...

View Article

Picking random values from a list within a formula

In that case it's better to use the Dataset Column data type with an inline formula (the f(x) button) of concat("xyz", this).

View Article


Time series data? (access array sibling)

We are trying to create a data set of store level sales data that changes over time. In a simple version each store would have:store idstore locationsales[20] Where each value of sales represents a...

View Article

Tree-like hierarchical self-related relations?

Is it possible to have a parent-id column that points to a existing column in the same table in the generated data?Not like a parent table and a child table as described in other questions, but as a...

View Article

Swagger document

Is there a swagger document available for the Rest api?

View Article
Browsing all 2665 articles
Browse latest View live