Stream: troubleshooting

Topic: Tabular Ingest XLSX


view this post on Zulip Gwenaël Doux (Oct 24 2023 at 14:29):

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 ?

view this post on Zulip Sherry Lake (Oct 24 2023 at 16:05):

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

view this post on Zulip Gwenaël Doux (Oct 25 2023 at 08:22):

ok thanks, working as expected

view this post on Zulip Philip Durbin 🚀 (Oct 25 2023 at 12:39):

Fantastic! Please feel free to open an issue to improve the documentation, either of you. And thanks for helping @Sherry Lake!

view this post on Zulip Gwenaël Doux (Oct 25 2023 at 14:00):

Issue open #10043

view this post on Zulip Philip Durbin 🚀 (Oct 25 2023 at 14:04):

@Gwenaël Doux (CIRAD-FR) thank you! :dataverse_man:

view this post on Zulip Philip Durbin 🚀 (Oct 25 2023 at 14:12):

Do you want to make a pull request to fix it? :grinning:

view this post on Zulip Gwenaël Doux (Oct 25 2023 at 15:22):

no promises, I'll try to do it

view this post on Zulip Philip Durbin 🚀 (Oct 25 2023 at 15:24):

Great! This might help: https://guides.dataverse.org/en/6.0/developers/documentation.html#quick-fix

view this post on Zulip Philip Durbin 🚀 (Oct 26 2023 at 11:04):

@Gwenaël Doux (CIRAD-FR) your PR looks great! specify the extension case for XLSX files TabularIngest parameter #10049 . Approved! Thank you!

view this post on Zulip Philip Durbin 🚀 (Oct 26 2023 at 19:03):

Merged! Thanks again! :heart:


Last updated: Oct 30 2025 at 06:21 UTC