@fuzzle/opencode-accountant 0.0.9-next.1 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,9 +115,7 @@ providers:
|
|
|
115
115
|
|
|
116
116
|
ubs:
|
|
117
117
|
detect:
|
|
118
|
-
|
|
119
|
-
# an empty field when parsed. The header must include a trailing comma to match.
|
|
120
|
-
- header: 'Trade date,Trade time,Booking date,Value date,Currency,Debit,Credit,Individual amount,Balance,Transaction no.,Description1,Description2,Description3,Footnotes,'
|
|
118
|
+
- header: 'Trade date,Trade time,Booking date,Value date,Currency,Debit,Credit,Individual amount,Balance,Transaction no.,Description1,Description2,Description3,Footnotes'
|
|
121
119
|
currencyField: Currency
|
|
122
120
|
skipRows: 9
|
|
123
121
|
delimiter: ';'
|
|
@@ -149,7 +147,7 @@ providers:
|
|
|
149
147
|
| Field | Required | Description |
|
|
150
148
|
| ----------------- | -------- | ---------------------------------------------------------- |
|
|
151
149
|
| `filenamePattern` | No | Regex pattern to match against filename |
|
|
152
|
-
| `header` | Yes | Expected CSV header row (
|
|
150
|
+
| `header` | Yes | Expected CSV header row (exact match) |
|
|
153
151
|
| `currencyField` | Yes | Column name containing the currency/symbol |
|
|
154
152
|
| `skipRows` | No | Number of rows to skip before header (default: 0) |
|
|
155
153
|
| `delimiter` | No | CSV delimiter character (default: `,`) |
|
|
@@ -157,8 +155,6 @@ providers:
|
|
|
157
155
|
| `metadata` | No | Array of metadata extraction rules (see below) |
|
|
158
156
|
| `currencies` | Yes | Map of raw currency values to normalized folder names |
|
|
159
157
|
|
|
160
|
-
\* **Note on trailing delimiters:** If the CSV header row ends with a trailing delimiter (e.g., `Field1;Field2;`), this creates an empty field when parsed. The `header` config must include a trailing comma to account for this (e.g., `Field1,Field2,`).
|
|
161
|
-
|
|
162
158
|
**Metadata Extraction Rules:**
|
|
163
159
|
|
|
164
160
|
| Field | Required | Description |
|