Add domain alias
Can you give me some more context on your question? Are you referring to Mockaroo Enterprise?
View ArticleAdd domain alias
The want or the need for one to want to obfuscate the call to the actual domain xxx.mockaroo.com. Are you implying this only or already exists for Mockaroo Enterprise, or that you would only consider...
View ArticleDoubt about strings
I have no clue if this would work but I caught a formula on this page https://www.mockaroo.com/73863b10 if __value.nil? then ‘’ else __value end If you click the “?” to pull up the help pane it says "...
View ArticleAdd domain alias
Got it. I think this should only be a feature for Mockaroo Enterprise, and is something you can do today as the customer fully controls the domains on which Mockaroo Enterprise is hosted. Managing an...
View ArticleAdd domain alias
@mockaroo, I was not aware but this is good to know. Been telling lots of folks about the platform and it is helpful to learn the meets and bounds. I personally bought the silver to fully play with...
View ArticlePossiable Platform Feature
@mockaroo, I do a lot of consulting and you already have the core features to support this suggestion. I work mainly in the Microsoft tech stack, on the Dynamics 365 and Power Platform. But, I also...
View ArticleFill one field with custom list values if another field has a specific custom...
I have a field ‘type’ with custom list values one of which is ‘success’. It also has other values. I have another field ‘temp’ with custom list values ‘hot’, ‘cold’, ‘cool’, ‘warm’. What I want is to...
View ArticleFill one field with custom list values if another field has a specific custom...
You can set your temp field to a Custom distribution. Check out this schema for an example: Mockaroo - Random Data Generator and API Mocking Tool | JSON / CSV / SQL / Excel
View ArticleFill one field with custom list values if another field has a specific custom...
Thanks, I guess I can’t do anything as far as temp value field is concerned which has ‘Number’ as ‘Type’
View ArticleIs it just me facing problems generating data?
Whenever I try to generate new datasets, it gets stuck at 95% Am I the only one facing this or is there anything wrong with the platform in general?
View ArticleFill one field with custom list values if another field has a specific custom...
I updated the schema with the additional field.
View ArticleIs it just me facing problems generating data?
It wasn’t just you. There were some stuck processes but that has now been resolved and you should be able to generate data again.
View ArticleFill one field with custom list values if another field has a specific custom...
Thanks again. When I try to do this with json schema, does not seem to work. I changed id, type, temp, etc. to app.id, app.status.type, app.data.temp etc and updated the codes. The errors in preview I...
View ArticleDataset column not updating after updating dataset
Employee_number on the employee schema initially was just a number between a range, I have since changed the field name to employee_number along with changing it into a four digit number sequence. I...
View ArticleDataset column not updating after updating dataset
Image of available fields from employee dataset
View ArticleDataset column not updating after updating dataset
Image of preview from Employee schema
View ArticleDataset column not updating after updating dataset
Image of download dataset for employee dataset
View ArticleAll values null with simple from_dataset()
Thanks @rich.bateman , but the issue doesn’t appear to be related to double quotes.
View ArticleFill one field with custom list values if another field has a specific custom...
For any formula using a field with dot notation you must enclose in double-quotes. “app.status.type” https://mockaroo.com/4e689760
View Article