> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/release8.2/file-manager/file-explorer/customization-via-system-settings.md).

# Customization via System Settings

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiH8uJkQ7ChbOW81ZdWgGCMivZyYFoT-rUMz7-JPv3hwmnKWsyzgQPaRjMIXZdlRBAZ9Kdt3KGPu4EMkWBP85kw1mu1HVJv88afoVnKE1j-DVarRRt4ihrE4-DEoMNiCduW3KP?key=K1GT3rGyW7Z8BVsbxDqZ5w" alt=""><figcaption></figcaption></figure>

System settings for the File Explorer allow administrators and authors to control the behavior and display.&#x20;

| Key                                                                 | Description                                                                                                                                                                                                                                                                                        |
| ------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **config.file.types.to.be.cataloged**                               | <p>Define the file type format to upload and catalog files from external sources.</p><p></p><p><strong>Parameters:</strong></p><ul><li>The default value is csv,conf,env,sh,properties,txt,yaml,xlsx,json,ddl,sql,hql,parquet.</li><li>Enter the file type formats in the field provided</li></ul> |
| **ovaledge.filesize.limit**                                         | <p>Set the maximum size (in bytes) for uploaded files. </p><p></p><p><strong>Parameters:</strong> </p><p>The default value is: 2097152 bytes.</p>                                                                                                                                                  |
| **ovaledge.fileupload.maxfiles**                                    | <p>Specify the maximum number of files that can be uploaded to the OvalEdge Application.</p><p></p><p><strong>Parameters:</strong></p><p>The default value is 10.</p><p>Enter any Value in the field provided.</p>                                                                                 |
| **filemanager.pagination.row\.limit**                               | <p>Define the maximum number of records of files in the File Manager.</p><p></p><p><strong>Parameters:</strong></p><p>The default value is 100.</p><p>Enter the value in the field provided.</p>                                                                                                   |
| **alternate.file.ext.types**                                        | <p>Allow the system to read .txt files using the .csv format as an alternative.</p><p></p><p><strong>Parameters:</strong></p><p>The default value is txt, csv. </p>                                                                                                                                |
| <p><strong>no.of.samplefiles.bucketanalysis</strong></p><p><br></p> | <p>Set the maximum number of sample file names shown during Bucket Analysis.</p><p></p><p><strong>Parameters:</strong></p><p>Enter a numeric value in the field.</p>                                                                                                                               |

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA USA


---

# 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.ovaledge.com/release8.2/file-manager/file-explorer/customization-via-system-settings.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.
