Quantcast
Channel: Mockaroo Community Forum - Latest posts
Browsing all 2665 articles
Browse latest View live
↧

Creating mock-up web server logs

Create a separate database for the files and if you are looking for more articles then have a visit on enter link description here for more information.

View Article


Customization column name

Hi! How generate this: [{ "User(user1)": { "key": "value", } }, { "User(user2)": { "key": "value", } }] when user1, user2 in columns are autoincrement Thank you.

View Article


Company Accounts

Hello, I have the same question. Did anyone from Mockaroo reply back with a solution? Thanks, Rod

View Article

How to generate Unix Time Stamp?

I want to generate Unix timestamp for my Data, how to generate it? I am not talking about Data and all i want it to be in unix format. for example for creationTime field, value shoudl be 1551274861828.

View Article

How to generate Unix Time Stamp?

I have got my answer, hope this will be useful for others as well. use formula as type for field and write this formula. If you want to get till seconds, then type DateTime.now.strftime('%s'), this...

View Article


Customization column name

Is this what you are looking to do? https://www.mockaroo.com/3ce08fc0

View Article

Customization column name

Thank you. It is very similar.

View Article

How to generate a unique number for a datetime range?

Hi. I am trying to create mock data for beds allocated for a patient. I want to generate rows with the following attributes: id, patient_entry_time, patient_leaving_time and bed_id I use numbers 1-60...

View Article


Field not Found Error for Email Address Type

When you are developing the website then you can decide the email address type field then this type of filed is not give the errors. For instant support related to the Roadrunner email please contact...

View Article


Using a field value in a dataset result

I am trying to use a field value in a dataset column result. I've tried:1. concat('Take advantage of this special offer and we will reward your perfect choice - with a $50 Gift Card to...

View Article

Importing schemas for MySQL

I can't import table schema for MySQL. The message is: "Error: could not parse create table statement."I got the schema from SQLyog and it looks like this:CREATE TABLE examination ( id int(11) NOT...

View Article

Importing schemas for MySQL

You are using MySQL, while it looks like that Mockaroo only supports PostgreSQL. You can convert your MySQL script with this online tool http://www.sqlines.com/online into this: CREATE SEQUENCE...

View Article

Image may be NSFW.
Clik here to view.

Using a field value in a dataset result

Create an invisible field __dealername and load the Dealer data into it. Then use a formula to concatenate the data (I am using a simple + symbol instead of concat): image.png1328x160 13.4 KB Result:

View Article


Importing schemas for MySQL

Thanks man, this solved my problem!

View Article

How to generate a unique number for a datetime range?

You have 14 days and 60 beds. Take the int(rownumber/2) + 1 to get the Bed Id.Now you can take the modulo 12 + 2 of the Bed Id to get a list of 2 - 13 for each bed. This will be the day the bed can...

View Article


Using a field value in a dataset result

The problem is I need to add field('DealerName') value into a from_dataset() result. I suppose following your example, I could load the from_dataset() result into a hidden field and then run a formula...

View Article

Image may be NSFW.
Clik here to view.

Enpoint with custom fields

Hi!I have a big schema with lots of fields for /installations. But I only want some of them. Installations: imatge.png468x723 19.1 KB And I wanna have a GET endpoint for /installations where I set the...

View Article


Using a field value in a dataset result

Ah, I understand. The only way I could think of on how to do that would require the Ruby eval() function. Unfortunately that function is not available for security reasons. You'll get an "error:...

View Article

Using a field value in a dataset result

Thanks for confirming my suspicion.

View Article

Image may be NSFW.
Clik here to view.

Using a field value in a dataset result

Let's say for instance you have this Dataset with 2 fields, LookupKey and DealerName. Screen Shot 2019-03-06 at 10.50.50 AM.png2058x1286 65.5 KB Link to schema-https://www.mockaroo.com/347ead20 Now we...

View Article
Browsing all 2665 articles
Browse latest View live