> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/switch-case/options.md).

# Options

The Switch / case step includes the following options:

![Screen capture showing the options available for the switch case step](/files/pXeGzaooJIDLWLLQcMCm)

| Option                             | Description                                                                                                                                                                                                                                           |
| ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Step name**                      | Specify the unique name of the Switch/case step on the canvas. You can customize the name or leave it as the default.                                                                                                                                 |
| **Field name to switch**           | Specify the field name that contains the **Value** to use as a basis for the row routing. Values are specified in the **Case values** entry table.                                                                                                    |
| **Use string contains comparison** | If selected, the comparison will be true if the **Value** is found anywhere in the field being tested.If cleared, the **Value** must exactly match the field.                                                                                         |
| **Case value data type**           | Specify the data type of the values listed in the **Case values** entry table.                                                                                                                                                                        |
| **Case value conversion mask**     | Specify the conversion mask of the values listed in **Case values** (numeric / data values).                                                                                                                                                          |
| **Case value decimal symbol**      | Specify the decimal symbol of the values listed in **Case values** (numeric values).                                                                                                                                                                  |
| **Case value grouping symbol**     | Specify the grouping symbol of the values listed in **Case values** (numeric values).                                                                                                                                                                 |
| **Case values**                    | In the table, per each row, specify a single **Value** and **Target step** pair. You may specify the same **Target step** in more than one single row\.To specify a null value, leave the **Value** for a row blank while entering a **Target Step**. |
| **Default target step**            | Specify the name of a target step in the transformation as a default for any unmatched rows. All rows that do not match any of the **Case values** are sent to this target step.                                                                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/switch-case/options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
