> 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/json-input/options-json-input/content-tab.md).

# Content tab

![Content tab](/files/rndsfp6GbB7ueJfit43T)

The **Content** tab contains the following options for configuring which data to retrieve:

| Option                                | Description                                                                                                                                                                                            |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Ignore empty file**                 | Select to skip empty files. When cleared, empty files will cause the process to fail and stop.                                                                                                         |
| **Do not raise an error if no files** | Select to continue when no files are available to process.                                                                                                                                             |
| **Ignore missing path**               | Select to continue processing files when an error occurs that (1) no fields match the JSON path or (2) that all the values are null. When cleared, no further rows are processed when an error occurs. |
| **Default path leaf to null**         | Select to return a null value for missing paths.                                                                                                                                                       |
| **Limit**                             | Specify a limit on the number of records generated from the step. Results are not limited when set to `zero`.                                                                                          |
| **Include filename in output**        | Select to add a string field with the filename in the result.                                                                                                                                          |
| **Rownum in output**                  | Select to add an integer field with the row number in the result.                                                                                                                                      |
| **Add filenames to result**           | Select to add processed files to the result file list.                                                                                                                                                 |


---

# 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:

```
GET https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/json-input/options-json-input/content-tab.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.
