From 5cc4dcf7aa31aadd28cdeed54a1ee41f2a1ce224 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 15 Mar 2026 20:50:22 +0100 Subject: [PATCH] config: update import column mapping to match ODS structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename app.import.excel.col.* → app.import.col.* and set correct column indices for all fields in the ODS spreadsheet. Co-Authored-By: Claude Sonnet 4.6 --- backend/src/main/resources/application.yaml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/backend/src/main/resources/application.yaml b/backend/src/main/resources/application.yaml index 6b89b8cf..0b321f14 100644 --- a/backend/src/main/resources/application.yaml +++ b/backend/src/main/resources/application.yaml @@ -40,9 +40,14 @@ app: password: ${APP_ADMIN_PASSWORD:admin123} import: - excel: - col: - filename: 0 - date: 1 - location: 2 - transcription: 3 + col: + index: 0 + box: 1 + folder: 2 + sender: 3 + receivers: 5 + date: 7 + location: 9 + tags: 10 + summary: 11 + transcription: 13