> 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-admin/manage-the-pentaho-system/manage-the-pentaho-server/customize-the-pentaho-server/change-the-staging-database-for-csv-files.md).

# Change the staging database for CSV files

Hibernate is the default staging database for CSV files. Follow these instructions if you want to change the staging database.

1. Go to `/pentaho-solutions/system/data-access` and open the `settings.xml` file with any text editor.
2. Edit the `settings.xml` file as needed.

   The default value is shown in the sample below:

   ```xml
   <!-- settings for Agile Data Access -->
   <data-access-staging-jndi>hibernate</data-access-staging-jndi>
   ```

   This value can be a JNDI name or the name of a Pentaho database connection. See the **Install Pentaho Data Integration and Analytics** document for more information on database connections.
3. Save and close the file.
4. Restart the User Console


---

# 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-admin/manage-the-pentaho-system/manage-the-pentaho-server/customize-the-pentaho-server/change-the-staging-database-for-csv-files.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.
