Bloomer Mock

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.

  1. Row Number — Row number assign unique row number to each record in sequence of generation.

  2. 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.

Id Selection

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.

Save Schema

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.

  1. Click on more icon for the selected attribute

  2. Provide custom values in Override Attributes text box

  3. Click on Save

Custom Values

4. Advanced function to transform values such as lowerCase, upperCase

To transform output data javascript functions can be used, provided in Advanced Section.

Example 1. Transform attribute to upper case
  1. Click on more icon for the selected attribute

  2. Click on Advanced : Javascript Generation checkbox to open javascript code panel

  3. In code panel type value.toUpperCase()

  4. Click on Save button.

  5. Preview screen will show selected attribute value in upper case.

Javascript Generation
Caution

Above function is applied to each value, so be sure to click on Apply per row

5. Generate attribute value through Generative AI

Attribute values can be generated from AI. To generate value through AI -

  1. Open attribute value selection screen.

  2. Click on robot icon in the top search bar

  3. Let’s say you want to generate list of cities in Australia. In search bar type cities in Australia.

  4. Preview will show generated values for the search

Generative AI

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.