Schema acting strangely. Are there restrictions to schema size or something...
More info. I tried exporting the json and breaking it down into sections. For example, I have a bunch of values within area 'i' then area 'ii' and area 'iii' and so forth (areas inferred by the fact...
View ArticleHow to create XML Attributes
Unfortunate. This is a cool concept that doesn't seem to quite get where it needs to be.
View ArticleReturn Just a String
I need my mock API to only return a string from a fake auth endpoint I set up. I do not see a way to do this. I've tried returning as CSV, custom, and JSON. JSON gets the closest, but I need to return...
View ArticleHow can I do a multi dimensional array?
I have the same question about your 'values' multi-dimensional array. I have not found a way to do this, only can get an array of arrays of JSON objects, but I need an array of arrays of strings. If...
View ArticleReturn Just a String
@software2 - I think there are simpler ways of faking this - perhaps Mockaroo is not the right tool for this use case?
View ArticleUsing latitude / longitude in URL
I would like to create an API with this kind of route: /Localisations/AdressesProche/:lat/:long/:radiusIt's something that can be achieved:...
View ArticleFormula to get multiple values from a dataset seperated by semicolon
Did you ever figure this out?
View ArticleRequest for help on request_params
I am trying to use the request_params feature of formula so I can send a parameter using query string. Here is what I have defined. image.png1185x206 70.1 KB However, when when I use the URL with...
View ArticleHow can I get a random value that gets constant across rows
What I mean is... I need a randomly generated value first, that after it is generated (for row 1), will repeat across N rows... something like column A in the following example | _A _ | __ B __||1234...
View ArticleHow can I get a random value that gets constant across rows
I found a solution but is too hacky, there should be a way to do this easier. Solution: Create a schema A that includes column A Generate 1 row Import it as dataset Create your final schema where you...
View ArticleData not generated with double quotes when format is custom and delimiter is |
You're suggesting add one more field to the schema and add all previous?
View ArticleData not generated with double quotes when format is custom and delimiter is |
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleSchema acting strangely. Are there restrictions to schema size or something...
https://www.mockaroo.com/7d7ec060 In this schema I have roughly 350 columns. It's starting to act strangely.Syntax errors are being reported on columns that are not using any kind of formula.Syntax...
View ArticleData not generated with double quotes when format is custom and delimiter is |
Hi @grivera - yes, sometimes if settings don't give you exactly what you need, the template field can.
View ArticleData not generated with double quotes when format is custom and delimiter is |
But that would leave you with a table that includes all the "malformed" fields plus all the good ones. And then you would need to manually edit it so you get rid of the bad ones
View ArticleData not generated with double quotes when format is custom and delimiter is |
@grivera you can preface any field label with __ (two characters of underscore _ ) which makes that field hidden
View ArticleData not generated with double quotes when format is custom and delimiter is |
didn't know that, is there like an instructions document or something where that is written?
View ArticleGenerating fixed width formatted data
Generating fixed width data is pretty straight forward but kind of tedious with the current options. You use a formula on each column to add width padding and then after generating the file, remove...
View ArticleData not generated with double quotes when format is custom and delimiter is |
It didn't work for me I had something like __field1 __field2 __field3 field4 field4 was the template one and I set it to "{__field1}"|"{__field2}"|"{__field3}" data showed as...
View ArticleRandom numbers in formula
Hi,so I have a very simple JSON structure I want to populate name, value,timestamp,unit (only if name is a specific value) in name, I have used custom list set with all the values I expect (and set...
View Article