Correct format for Combining fields?
@tlee - move the skus field below sku5The template field must be after the fields you want to include in the template as the fields are generated in order.
View ArticleCompany Accounts
Hello, I'm looking at the options to upgrade to a paid account, and was wondering if there are any "company" account options? I'd like multiple people to leverage the same subscription within an...
View ArticleIn Json i give 3 objects but everytime we save changes it gives me only 1...
in Json i give 3 objects but everytime we save changes it gives me only 1 object or sometimes 2 object why? o
View ArticleIn Json i give 3 objects but everytime we save changes it gives me only 1...
@swatipal122 - you'll need to share your schema or provide more details for someone to be able to help you.
View ArticleScaling a weekly schedule over a date range
I have a drawn up a weekly schedule for imaginary employees who work at a store. Essentially I want to simulate as many weeks worth of clock-ins/outs as I can get in 1000 rows, using the schedule I...
View ArticleScaling a weekly schedule over a date range
I had a stroke of inspiration earlier and solved it myself using Ruby functions and the Row number in the id field. There were 10 shifts per dayid % 10 gives 1 through 0 and then repeats every 10 rows.
View ArticleAre generated email addresses real ones?
Generated emails are not the regular ones and they are temporary. if you are in search of more information about it then have a visit on https://babasupport.org/apple/iphone-error-4005/
View ArticleHow can I do a multi dimensional array?
(Bit late to the party, but for anyone reading back on this topic...)You can return a Ruby array in your custom formula to assemble the array you want. You can see it working in this example:...
View ArticleFilenames from schema with spaces
When I have a schema that has spaces in the name, and I try to download a generated file, It looks like the file name used ends up having spaces in it. i.e. A schema names My Schema will produce a...
View ArticleIs it possible to generate non-repeating random elements via mockaroo API?
If I need a truly unique key-value database with an exact amount of numbers, I would just generate "enough" data , then run the database through a simple AWK script to filter out duplicates. And stop...
View ArticleRepeatation issue
I have created one schema and one of my friend created another schema after that i want _id fields from her schema, so that i import her csv file in my dataset and use it ...but in her schema she has...
View ArticleWhat brand of alternator/ac generator is good?
If you don't know how to select alternator/ac generator, you can choose one of the famous alternators given below: Stamford alternator/generator Stamford generators produced by Cummins Generator...
View ArticleLinking Gender to First Name
I'm not sure I see this working as described. I have First Name and gender in my schema and I'm seeing records returned like this. I would think those names would be showing the opposite gender....
View ArticleUsing IF statement to determine value based on another field
I have a field where I calculate the age of the person based off their birthdate. I have another field where I am giving a random money value, called salary. If the age is less than 21, I want the...
View ArticleUsing IF statement to determine value based on another field
I managed to solve it. I used:if age < 19 then 0 elsif age > 19 then random(35000, 250000) end
View ArticleConverting number field to Money
Hi, I have a Money field which is using a formula as:if age < 19 then 0 elsif age > 19 then random(35000, 250000) end How can I convert this field so that it actually converts the number to a $...
View ArticleReference time in another field
I'm trying to build a formula to multiply a random number by x if the time in another field is after 12PM, and by y if the time is before 12PM. Right now here is what I have: if field("Start Time")...
View ArticleChanging field name using values of others datasets
Hello, I just saw that was included some support to firebase, what is amazing. I already added a lot of schemas, but it would be really helpfull if there was (or there is) a way to change the field...
View ArticleError extracting data using API through a tool
I am hitting the same error - trying to call my API from a Java program. It appears to be due to a "Certificate error", and I think the solution is to import/save the Certifcate from Mockaroo using...
View ArticleConditional Custom Distribution?
Hi team, I'm trying to populate column based on condition of different column that is data set. Sample: Column_1 (can be 1,2,3)Column_2 (if Column_1 == 1 then populate XZ) Any ideas? Tried if...
View Article