'Custom data type wtih Mockaroo

I am trying to generate mock data with Mockaroo and need a simple data type that is unfortunately not inside Mockaroo's built in available data. It is very simple, a status data type that has the following values:

Status = {Pending, Filled, In Progress}

How do I create a custom datatype that will let mockaroo choose from any 3 of these words randomly when generating data?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source