config: update import column mapping to match ODS structure
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 <noreply@anthropic.com>
This commit is contained in:
@@ -40,9 +40,14 @@ app:
|
|||||||
password: ${APP_ADMIN_PASSWORD:admin123}
|
password: ${APP_ADMIN_PASSWORD:admin123}
|
||||||
|
|
||||||
import:
|
import:
|
||||||
excel:
|
col:
|
||||||
col:
|
index: 0
|
||||||
filename: 0
|
box: 1
|
||||||
date: 1
|
folder: 2
|
||||||
location: 2
|
sender: 3
|
||||||
transcription: 3
|
receivers: 5
|
||||||
|
date: 7
|
||||||
|
location: 9
|
||||||
|
tags: 10
|
||||||
|
summary: 11
|
||||||
|
transcription: 13
|
||||||
|
|||||||
Reference in New Issue
Block a user