Frequently Asked Questions
Listing of frequently asked questions about Bloomer Mock.
1. Generate id for records
Two types of id generation is supported : Row Number and UUID.
-
Row Number — Row number assign unique row number to each record in sequence of generation.
-
UUID — UUID assign unique random uuid to each record in output file.
To select id, open attribute value selection screen and in search box type — id. In property list click on id which will list — UUID, Row-number.

2. How to save in-progress work ?
To save data definition click on [+] icon placed at bottom right screen.
Click on Download Schema
to save the data definition.

To restore data definition later, click on Upload Schema
.
All fields will be visible in data definition screen and preview pane will show 10
preview records.
3. Can I provide custom list of values for an attribute ?
Yes you can provide custom list of values.
-
Click on more icon for the selected attribute
-
Provide custom values in Override Attributes text box
-
Click on Save

4. Advanced function to transform values such as lowerCase, upperCase
To transform output data javascript functions can be used, provided in Advanced
Section
.
-
Click on more icon for the selected attribute
-
Click on Advanced :
Javascript Generation
checkbox to open javascript code panel -
In code panel type
value.toUpperCase()
-
Click on Save button.
-
Preview screen will show selected attribute value in upper case.

Caution
|
Above function is applied to each value, so be sure to click on |
5. Generate attribute value through Generative AI
Attribute values can be generated from AI. To generate value through AI -
-
Open attribute value selection screen.
-
Click on robot icon in the top search bar
-
Let’s say you want to generate list of cities in Australia. In search bar type
cities in Australia
. -
Preview will show generated values for the search

6. How many file output formats supported ?
Currently four output formats are supported — JSON, CSV, XML and HTML.
Bottom of screen contains output format selection button. Click on Type select button to select desired output format.
7. Submit suggestion or issue
To submit any suggestion, improvement or issue send email to bloomermock@gmail.com
8. Is there limit on nested fields ?
No limit on nested fields. You can define nested fields to any level.