Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2665

Include dataset column in regex

$
0
0

If you use a formula column type. you can reference dataset values with “from_dataset”

from the docs:
from_dataset(“dataset”, “column”, join_criteria)=> Fetches a value from a dataset. For example,from_dataset(“People”, “name”, id: person_id)` returns the value of the “name” column from the “People” dataset where the id column matches the person_id column in the current schema.

link:
https://www.mockaroo.com/help/formulas


Viewing all articles
Browse latest Browse all 2665

Trending Articles