Concatenate string and GUID
assuming you name your fields guid and string then you can concatenate either using a 'Template' field type with template of :{guid}-{string}or a 'Formula' field type with formula...
View ArticleGenerate a JSON value
You need to identify the name elements as being within the array by preceding the field name with the array name and dot(.): name.first_name name.last_name name.full_name then set full name as a...
View ArticleHow to have timestamp using UTC with each timestamp 3 minutes apart with the...
@mp_np you nailed it!! I should of known to have it within the array. Thanks for taking the time, really appreciate this!
View ArticleGenerate a JSON value
Thank you for giving an example I used it to come up with the JSON structure I needed - the value of the field has to be an object NOT an array of objects. https://www.mockaroo.com/2c733570
View ArticleHow to have timestamp using UTC with each timestamp 3 minutes apart with the...
@eddie_nunezt - You're welcome.
View ArticleDataset lookup error: undefined method `lists' for nil:NilClass"
Really great support there mockaroo.
View ArticleHow to give each item in custom list it's own value range, with each value...
I have an array object with a custom list of three objects (fire, water, air), currently it gives me a random 'value' within 23-32, how can each item on the list have its own range? Also how to get...
View ArticleHow to give each item in custom list it's own value range, with each value...
Hi @eddie_nunezt on the first bit of your question, you could use hidden fields under points to generate the ranges for each type then a case formula on value to select the correct one:case dataType...
View ArticleMongoDB Standard UUID
Is there any way to generate a guid for use in mongo imports? It should support the standard UUID format: Binary('CNWQ/sc5XEKc5xgAAQAAAQ==')
View ArticleGreat tool! ... but why no speedup when I paid my $50?
I signed up for a paid plan today and haven't noticed any increase in speed so far
View ArticleSelf referential Dataset
Is there a way to upload accurate data to insert and use instead of the random data?I know, this may sound odd, but it will help me and since Mockaroo is such a great tool I might as well just ask!
View ArticleHow to give each item in custom list it's own value range, with each value...
@mp_np the first part of this works great in terms of giving each item on list its own number range. For the second part I'm just trying to increase each range by a specific number like a fixed 5 or...
View ArticleCurl Download Excel file corrupted
Hello I'm trying to download a large set of data using curl, but the file is downloaded directly and is corrupted.Is there a way or command to make it work ? Thx curl...
View ArticleHow to give each item in custom list it's own value range, with each value...
Hi @eddie_nunezt - sounds quite a complicated requirement that would likely need a series of formulas to build it - not something I have time to look at. The easier alternative would be to create...
View ArticleAdding random days between two dates, without time
Oddly enough, I'm having the same issue. I have a created date set as a SQL Datetime. If a condition is met, status = 'Closed' I want to add a random number of days to determine the closed date....
View ArticleNeed help with if statement
The below should work: Paid field (Formula) random(0, 1) Thank you field (Formula) if field("paid") == 0 then 'Thank you' elsif field("paid") == 1 then 'Not Paid' end
View ArticleNeed help with if statement
Hi there. I'm also having problems with the if statement. I have the following formula in a formula field: if field("dod")>field("date_of_birth") then 'A' else 'B' And can't help the below error:...
View ArticleNeed help with if statement
Hi @patriciainez - try adding end to the end of your statement: if field("dod") > field("date_of_birth") then 'A' else 'B' end
View ArticleAdd to predefined types car VIN
Your product is realy awesome and the best in the market please consider to add in your predfined genertor types car VIN number. You can use:* ruby library https://github.com/manheim/vinbot* existing...
View Article