Add monzo-row parsing testcases
Build and Publish Docker Container / build (push) Successful in 9m19s
Build and Publish Docker Container / build (push) Successful in 9m19s
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Transaction ID,Date,Time,Type,Name,Emoji,Category,Amount,Currency,Local amount,Local currency,Notes and #tags,Address,Receipt,Description,Category split
|
||||
tx_0000AhmcbFKVlkAFbeZuAk,11/05/2024,13:41:47,Pot transfer,Savings Pot,,Savings,-1.4,GBP,-1.4,GBP,,,,Round up,
|
||||
tx_0000AhmgdZ0FzkVZou77Ev,11/05/2024,14:27:01,Card payment,D,💊,C,-100.42,GBP,-100.42,GBP,,B,,A,"Groceries:15.00,Personal care:10.00"
|
||||
|
@@ -0,0 +1,38 @@
|
||||
[
|
||||
[
|
||||
"tx_0000AhmcbFKVlkAFbeZuAk",
|
||||
"2024-05-11T00:00:00.000Z",
|
||||
"1899-12-30T13:41:47.000Z",
|
||||
"Pot transfer",
|
||||
"Savings Pot",
|
||||
"",
|
||||
"Savings",
|
||||
-1.4,
|
||||
"GBP",
|
||||
-1.4,
|
||||
"GBP",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"Round up",
|
||||
""
|
||||
],
|
||||
[
|
||||
"tx_0000AhmgdZ0FzkVZou77Ev",
|
||||
"2024-05-11T00:00:00.000Z",
|
||||
"1899-12-30T14:27:01.000Z",
|
||||
"Card payment",
|
||||
"D",
|
||||
"💊",
|
||||
"C",
|
||||
-100.42,
|
||||
"GBP",
|
||||
-100.42,
|
||||
"GBP",
|
||||
"",
|
||||
"B",
|
||||
"",
|
||||
"A",
|
||||
"Groceries:15.00,Personal care:10.00"
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user