Download multiple schema/project
Is there an option to download multiple schemas OR an entire project together. I have the need to populate a CRM database and will have lots of different datasets and files generated. How can I...
View ArticleSpecify state/city
Hi there. How can I restring states and cities for an specific country?
View ArticleChild schema type from existing schemas
Hello, I want to know if it would be possible to add one schema inside another schema as a child object. This is a very common usecase and would like to know how to handle in mockaroo. Eg: if a client...
View ArticleProperties instead of json array
Hello! I am trying to achieve the following, and json array is not solving it. Instead of an json array of cards I would like to use properies. Is it possible to achieve the following structure in...
View ArticleDownload multiple schema/project
Hi @jose.augustin - I don't think this is possible in the GUI, but I think you would be able to each this using the API with some code on your client side. See https://www.mockaroo.com/api/docs for...
View ArticleChild schema type from existing schemas
Hi @vignesh.689 Please see my response here: http://forum.mockaroo.com/t/random-digit-from-another-schema/2262/2 - There doesn't currently appear to be any functionality for this at present.
View ArticleError extracting data using API through a tool
I have an API that I wish to use to extract data and load into a csv or a mySQL database using a tool. However, I get the following error message. I would appreciate any assistance that I can get to...
View ArticleAny feature differences across plans?
Besides the row limit and speed improvement noted, are there other features that are only available to paid plans? I'm curious in general, but my specific hope is that a paid plan lets me share assets...
View ArticleAdding random days between two dates, without time
Hi, The issue appears to be caused if you specify a type of date and use the fx option to specify the formula, if you use the type formula to specify the date calculation then it returns only the date...
View ArticleJSONL (JSON line format)
Is it possible to generate a JSONL output from the tool? I receive my data in that format which essentially means that each row in the file is a completly seperate JSON document to the line before or...
View ArticleJSONL (JSON line format)
where as the JSONL format I'd like to be able to get out is: image.png822x40 2.48 KB The key differences being all data (regardless of length) is on one line and it must end in a linefeed. More about...
View ArticleJSONL (JSON line format)
The closest I can get is to use a custom export and to use Delimiter as , Quote as " and Line Ending as Unix LF, however it still puts square brackets around each line that I don't want: If anyone...
View ArticleJSONL (JSON line format)
Update, I've also found that I can turn off the array function when using JSON and that is very close to what I want however, the return function \r\n when I need \n. If anyone knows how to change it...
View ArticleIn-built Datatypes and Regular Expressions
Hi there I'm new here and playing around with Mockaroo I've noticed that it says you can use its in-built datatypes with regular expressions but there seem to be no examples. What I'm trying to do is...
View ArticleError parsing create table statement
I went into https://mockaroo.com/schemas/create_from_ddl and pasted the following create table statement: CREATE TABLE users ( id INT(11) NOT NULL AUTO_INCREMENT, first_name VARCHAR(50) NOT NULL,...
View ArticleError parsing create table statement
Other variations of the statements that I have tried... indicate SQL engine & COLLATE types: CREATE TABLE users ( id INT(11) NOT NULL AUTO_INCREMENT, first_name VARCHAR(50) NOT NULL COLLATE...
View ArticleIn-built Datatypes and Regular Expressions
Hi @themartincotterill If you include the field type 'Country' and set the 'restrict countries' box to United Kingdom it will limit to UK. While City is UK placenames, not all are city or even post...
View ArticleIn-built Datatypes and Regular Expressions
Thanks @mp_np. This will do nicely. I managed to find out how to put the address into one line by adding hidden fields and then joining them together in a visible field, as you've shown, ie {street},...
View ArticleCurrency/Currency Code Mapping
Hi, Has anyone managed to map the code to the name in order to generate a reference/master data currency table? Thanks!
View ArticleCurrency/Currency Code Mapping
Hi @adrian_hill Perhaps I'm missing something in your question, but if you add them to a schema, Currency Code, Currency (and optionally country) then they all seem to work well. See...
View Article