# Fields table

The Generate rows step includes the following columns to configure the structure and values of the rows you are generating.

| Column                | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**              | The name of the field.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| **Type**              | <p>The data type. Select from the following available types:</p><ul><li>BigNumber</li><li>Binary</li><li>Boolean</li><li>Date</li><li>Integer</li><li>Internet Address</li><li>Number</li><li>String</li><li>Timestamp</li></ul>                                                                                                                                                                                                                                                                           |
| **Format**            | <p>The number or date format to use for data generation. Select the format. See <a href="https://docs.hitachivantara.com/r/IgASX_VE~JipwcEnEo1xwA/kWGG2C_7QxYl8U88k58Bxw">Common Formats</a> for information.</p><p><strong>Note:</strong> Format is only applied when converting a non-string data type to a string data type. Values of non-string data types, such as Number and Date, should be passed with their corresponding format, as there is no string output for this step in those cases.</p> |
| **Length**            | The length of the output data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Precision**         | The precision of the output data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Currency**          | The currency symbol to use during data generation.                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **Decimal**           | The numeric decimal symbol to use during data generation.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Group**             | The numeric grouping symbol to use during data generation.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **Value**             | The value of the field.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **Set empty string?** | Select **Y** (Yes) or **N** (No) to indicate whether to replace null values with empty strings.                                                                                                                                                                                                                                                                                                                                                                                                            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/generate-rows/fields-table-generate-rows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
