Hi, we use the command from the documentation (curl -X PUT -d 0 http://localhost:8080/api/admin/settings/:TabularIngestSizeLimit:XLSX) to prevent the ingestion of Excel files but it's not behave like it supposed to be. XLS file are not ingested but XLSX continue to be ingest ? Maybe something I'm missing out ?
Here's the command we ran.... note the lower-case "xlsx" that we used. It works for us for "XLSX" files.
curl -X PUT -d 0 http://localhost:8080/api/admin/settings/:TabularIngestSizeLimit:xlsx
ok thanks, working as expected
Fantastic! Please feel free to open an issue to improve the documentation, either of you. And thanks for helping @Sherry Lake!
Issue open #10043
@Gwenaël Doux (CIRAD-FR) thank you! ![]()
Do you want to make a pull request to fix it? :grinning:
no promises, I'll try to do it
Great! This might help: https://guides.dataverse.org/en/6.0/developers/documentation.html#quick-fix
@Gwenaël Doux (CIRAD-FR) your PR looks great! specify the extension case for XLSX files TabularIngest parameter #10049 . Approved! Thank you!
Merged! Thanks again! :heart:
Last updated: Oct 30 2025 at 06:21 UTC