init
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# Fixture 04-multiline
|
||||
transaction {
|
||||
# Bank facts: preserve these bytes when enrichment changes.
|
||||
facts: {
|
||||
"id": "tx_fixture_04",
|
||||
"source": "csv",
|
||||
"account_id": "acc_main",
|
||||
"booking_date": "2026-01-04",
|
||||
"amount": "-12.34",
|
||||
"currency": "EUR",
|
||||
"raw_description": "First line\nSecond line\nThird line",
|
||||
"fingerprint": "fp_fixture_4"
|
||||
}
|
||||
// Editable classification metadata follows.
|
||||
enrichment: {
|
||||
"kind": "expense",
|
||||
"tag_ids": [],
|
||||
"classification": {
|
||||
"source": "fallback"
|
||||
},
|
||||
"category_id": "cat_expenses_unclassified"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user