Skip to content

Commit

Permalink
Merge pull request #10049 from gwendoux/patch-2
Browse files Browse the repository at this point in the history
specify the extension case for XLSX files TabularIngest parameter
  • Loading branch information
kcondon authored Oct 26, 2023
2 parents a0bd063 + 2dfcea4 commit 240669e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3065,12 +3065,18 @@ You can override this global setting on a per-format basis for the following for
- SAV
- Rdata
- CSV
- XLSX
- XLSX (in lower-case)

For example, if you want your Dataverse installation to not attempt to ingest Rdata files larger than 1 MB, use this setting:
For example :

* if you want your Dataverse installation to not attempt to ingest Rdata files larger than 1 MB, use this setting:

``curl -X PUT -d 1000000 http://localhost:8080/api/admin/settings/:TabularIngestSizeLimit:Rdata``

* if you want your Dataverse installation to not attempt to ingest XLSX files at all, use this setting:

``curl -X PUT -d 0 http://localhost:8080/api/admin/settings/:TabularIngestSizeLimit:xlsx``

:ZipUploadFilesLimit
++++++++++++++++++++

Expand Down

0 comments on commit 240669e

Please sign in to comment.