Did the "Fake Company Name" field always have comma-separated values, or is...
Thank you for the response!
View ArticleReading from dataset in formula
I was having this issue about a month ago where uploaded data sets were returning blank values for certain columns even though data was there
View ArticleAPI not working
Hey, I’m writing to report an issue that I’m experiencing with the Mockaroo API for generating data. Every time I try to specify a type for a field using the API, I get the following error message:...
View ArticleUsing custom list: error: Illegal quoting in line 1
Trying to create a schema with a custom list of DBRef objects but I always get the above error in the result set. Perhaps my escaping is not accurate? Here is a test schema:...
View ArticleAPI Upload Size Limit
Bumping this as I would love a resolution. I found a previous convo where it was said you should be able to upload at least 10mb the file its stopping me from uploading is only 2.5mb
View ArticleMockaroo Formulae
Hey People I have a field called as relieving_date I have a field called as date_of_joining I have a field called as status I want the value of relieving_date to be set only if status = ‘Left’ I want...
View ArticleCsv File Will not Load
Is anyone having issues loading a csv file? (Tue Mar 14, 2023) I have tried clearing cache, logging off etc. but to no avail.
View ArticleMockaroo Formulae
Continuing the discussion from Mockaroo Formulae: relieving_date + days(random(0,date_diff('days',date_of_joining, now()))) Will get you a random date between join day and today, to avoid having...
View ArticleDataset Animal breeds
Hello, In my schema I have a field called Breed that uses the column type ‘Dataset column’. The dataset contains breeds of cats and dogs. I have another column type “type”, Custom list, ‘DOG’,‘CAT’....
View ArticleDataset Animal breeds
Nevermind! I figured it out. I created a new field called types and used the formula option. formula : from_dataset(‘Breeds’, ‘fldTypeName’, fldItem: breed)
View ArticleHow to exclude null value field in JSON objects of JSON Array?
Hello This is possible by unchecking the box include null values
View ArticleFrom_dataset on JSON dataset results in json text must at least contain two...
In my current schema, I try to access a dataset (ClientOffice) which is stored as json. My ClientOffice dataset is as follows, [ { id: …, name: …, companyId: …, }, {}… ] When I use...
View ArticleFrom_dataset on JSON dataset results in json text must at least contain two...
@mockaroo Any help on this would be appreciated
View ArticleStarted getting "SSL alert number 80" last week
Submitting requests via newman + Jenkins. Requests failing with greater frequency, with this error: write EPROTO 581B0000:error:0A000438:SSL routines:ssl3_read_bytes: tlsv1 alert internal...
View ArticleStarted getting "SSL alert number 80" last week
I am investing. I’ll let you know what I find shortly.
View ArticleStarted getting "SSL alert number 80" last week
I switched CDNs on Friday. The new CDN only supports TLS v1.2 and above. My guess is you can fix that error by upgrading your client or simply restart the process to force a renegotiation of protocols.
View ArticleStarted getting "SSL alert number 80" last week
That seems to fix the issue, at least for a simple check. In Postman I changed the settings for each individual request to disable TLS 1 and 1.1:
View Article