How to use array value in distribution rules
Yes, I did figure it out, thankfully! It's worth mentioning though that the tool defaults it as benefits/label when using the "add rule for all values of" feature (which is a terrific feature.) That...
View ArticleAssociate unique id to other table
Hi,i wanted to increase the population using the "system" you showed,Arriving at a point I stopped because I have a problem,In my DB I have a specialization and generating codes with mockaroo at some...
View ArticleCreate restricted number of company / fake company names
Hi thereI LOVE mockaroo - thanks for developing and providing such an awesome tool !.Is there any way to generate x number of company names or fake company names ?.I'm trying to achieve grouping of...
View ArticleCreate restricted number of company / fake company names
There isn't at the moment. Though I'm working on it. Currently things like company name are randomly pulled from a list, so there is no way to control or prevent repeats. The closest thing would be to...
View ArticleNA values dataset
how can I create a dataset with certain values in the set being NA.I want these values to be removed when using na.omit function in R
View ArticleNA values dataset
There are a few different ways: Use a Custom List Use an inline formula (the f(x)) button to return "NA" instead of the generated value when specific conditions are met Use the Formula datatype to do...
View ArticleNA values dataset
not exactly NA.They should be not applicable or null values but nil does not work
View ArticleTimestamps as eventdata
Whats the easiest way to generate a set with a timestamp which is running over a few weeks?
View ArticleCreating datasets with dependent columns
I have a column with the ages of customers.I want another column to be determined on these ages.Suppose the other column in a custom list and has values a,b,c,d,e and I want to have one of a,b and c...
View ArticleHow do I make a field blank if another field's criteria is not met?
I have a Regex field that should only contain a value if another field (number field) is > 1. I have tried the following formulas with no luck; this.nil if field("ConsignmentStatus") == 1 if...
View ArticleHow do I make a field blank if another field's criteria is not met?
Solved it with: this if field("ConsignmentStatus") > 1
View ArticleCities in the Correct the State
It appears that [State,Country,Postal Code] all depend on what city is generated.Is there a way to change this?For example: I have a custom distribution for the 'State' level. Can Mockaroo generate a...
View ArticleCities in the Correct the State
I just released an update that allows you to restrict generated locations to specific states.
View ArticleCities in the Correct the State
Thanks for your reply and for the new update..with this new feature would I be able to assign frequency to the states that are generated...For example: 15 CA10 TX5 FL3 NYetc etc... Thanks
View ArticleCities in the Correct the State
Not at the moment. The distribution is fixed and roughly corresponds to the relative populations of those places.
View ArticleCities in the Correct the State
Oh yeah, that's awesome.That's essentially what I was looking for anyways.Thanks again...
View ArticleCreating datasets with dependent columns
What you are looking for is binning. Since you have not provided the tech stack you are working on, I'll provide an example with pandas DataFrame. For age, you would have to define the...
View ArticleGenerating valid social security numbers
SSN's cannot use 000, 666, or 900-999 for the first three digitsIn addition, they cannot use 00 or 0000 for the 2nd set of digits and 3rd set of digits respectively. I am trying to setup a schema that...
View ArticleGenerating valid social security numbers
Sadly I was unaware of this until now. So thank you for posting this! I've published an update with guarantees SSNs will be valid based on the requirements you described.
View Article