Lookup on Custom distribution column
I don't follow: I would a need a clearer explanation of the problem and maybe an example to help.
View ArticleLookup on Custom distribution column
I have created a custom column which is customized to have 3 values. Custom distribution is method is used to populate the 3 values A new column needs to be created to hold normally distributed...
View ArticleMerge or join 2 o more schemas
Hi,i'm new in Mockaroo and I love it.Can I merge or join 2 o more schemas in a new schema?thanks
View ArticleGenerating realistic SQL tables and their data?
I am looking at generating SQL schemas, would a "SQL schema" type that generates realistic names, types ... for tables, databases, columns make sense? It could be for creating retail, banking, web......
View ArticleGenerate Spouses name
I have a field 'Marital Status' (Single,Married etc.), I'd like to create a new field called spouse which if married 90% of the time generates a first name for the opposite'Gender' and 10% the same...
View ArticleHow to set SQL expression in mockaroo api request body?
Hi,When i export JSON file it's just include name and type of SQL expression.Thanks
View ArticleCan I lookup a value in one dataset using a field in another?
"Right now it just picks the last record matching the criteria." Is there anyway you could modify this behavior such that rather than picking the last record matching the criteria, it picks a random...
View ArticleGenerate Spouses name
You can use the random function to execute specific logic with a given probability. Here's an example that generates same-gender spouses 10% of the time: http://www.mockaroo.com/d80cee80
View ArticleCan I lookup a value in one dataset using a field in another?
Possibly. I'll look into it tonight...
View ArticleMerge or join 2 o more schemas
The only way to do this is to export both schemas as json files, merge them in a text editor and reimport it into Mockaroo. You can export a schema from the "More" menu at the bottom of the schema.
View ArticleCan I lookup a value in one dataset using a field in another?
Cheers. Thanks a lot for your product. I quickly realized a work around for my particular situation that inspired the question, so no rush. I could still see the value in it though if it wouldn't...
View ArticleHow to set SQL expression in mockaroo api request body?
Sorry... didn't have that documented until now. You can specify the sql expression using the value property. You can now also generate data in SQL format using the API.
View ArticleCan I lookup a value in one dataset using a field in another?
Any chance you've had any luck with this? I've come across another situation in which it would be very valuable. Thanks in advance.
View ArticleXSD to Mockaroo Schemas
Hey guys, is there possibly a way to import XSD and automatically generate a Mockaroo Schema? So that i don't have to bother creating tag after tag and can simply upload the XSD. I appreciate your...
View ArticleXSD to Mockaroo Schemas
Not at the moment, but you can import from a SQL create table statement or CSV header from the more menu at the bottom of the schema page.
View ArticleXSD to Mockaroo Schemas
Okay. Would be a great feature, but I can imagine the complexity of this. I might try to generate a json object and try to integrate it in a Mockaroo Schema. If this works or if I find a different...
View ArticleSelf referential Dataset
I can generate Schema 1: Company has fields "Company Name" without "Primary Contact" and then I can generate Schema 2: Contacts has fields "Full Name" and "Company Name" How can I then choose ANY of...
View ArticleSelf referential Dataset
You could generate the Contacts data first (Full Name and Company Name), upload it back into Mockaroo, then in your Company schema pull in a contact for each company using a formula column with:...
View ArticleSelf referential Dataset
Thank you for that, however I'd like a random number of multiple contacts for companies. I was thinking that maybe I generate say 200 company names, generate 1000 contacts using the 200 company names...
View ArticleSelf referential Dataset
That sounds correct. Keep in mind that you could also upload the company names as dataset and then pull from it using the "Dataset Column" type when generating your Contacts.
View Article