Scenario not working for Field based on a Dataset with a Custom distribution
Corrected - I see I just picked the wrong name when the row wrapped on the screen. I see the error.
View ArticleLimits results to # available?
Admittedly, there are other tools that can handle this, but I'm wondering if there is an easy way to have a schema its results to the total number of available values from a dataset. I've got some...
View ArticlePrevent duplicates
This might actually be related to http://forum.mockaroo.com/t/limits-results-to-available/77/1, though it just came up in a completely different context. Is it possible to use random but avoid...
View ArticleLimits results to # available?
There isn't anything in Mockaroo that helps with this currently. It would be pretty easy for me to add the number of rows as a tooltip in the dataset selection. I'll put that on my list.
View ArticleExport to Dataset?
It looks like I can use a Schema to append to an existing dataset, but can I use a Schema to create a new one?
View ArticleCan I lookup a value in one dataset using a field in another?
Perhaps I'm screwing something up, but this doesn't seem to be working when I download the data. I'm getting this error (in the field values): error: Could not access blank value: Use || to provide a...
View ArticlePrevent duplicates
The only way to avoid duplicates is to use the "sequential" option on Custom List and Dataset Column fields. It will iterate through the list until it hits the end, then restart at the beginning. So...
View ArticleExport to Dataset?
Yes, but not directly. You have to download the data and then reupload it as a dataset.
View ArticleCan I lookup a value in one dataset using a field in another?
Can you post the share link at the bottom of your schema? I'll have a look.
View ArticleExport to Dataset?
Yeah. Was hoping to avoid that step. Especially now, because something in that process isn't working quite right.
View ArticleCan I lookup a value in one dataset using a field in another?
Should this feature work within a JSON Array's values? For example: Screen Shot 2016-04-14 at 3.45.41 PM.png1030x96 15.5 KB (Where id in that from_dataset is the id of the current row.)
View ArticleCan I lookup a value in one dataset using a field in another?
It should now Good catch! You should also be able to nest calls to from_dataset to join across multiple datasets.
View ArticleDataset Column with a Formula
I have a field called elig_type that I would like to base on a dataset called eligibility_type to control the frequency of the 3 items in the first column of the dataset. I have tested it out and it...
View ArticleDataset Column with a Formula
You can use an inline formula on your elig_type field with a value of "if age < 18 then "blind and disabled under 18" else this end" This will take the value generated from the dataset and convert...
View ArticleGenerating lists of simple type
Hi, can I have a list like [ 6.8958, 52.2183 ] being generated as attribute value, with latitude, longitude being randomly chosen?
View ArticleGenerating lists of simple type
You can turn any data type into an array by adding brackets to the name. For example location[2] for two values or location[2-4] for between 2 and 4 values. In this particular case, a better approach...
View ArticleGenerating lists of simple type
Thank you. I am getting closer. But using the formula above, I end up getting strings as latitude and longitude, rather than numbers. How to change this? This is what I get: "location": [ "23.9",...
View ArticleGenerating lists of simple type
Found it myself: [ __longitude.to_f, __latitude.to_f ] does the trick. Good stuff.
View ArticleUsing unique data from dataset within array
Hello there, I'm trying to do something like this capture.PNG966x60 4.66 KB but in every new row the values included are repeated because it is sequential and starts again. I'm not seeing a way to...
View Article