Add monzo-row parsing testcases
Build and Publish Docker Container / build (push) Successful in 9m19s

This commit is contained in:
2024-06-03 17:41:43 +01:00
parent 6c5d3910dc
commit 61de38b9bf
3 changed files with 70 additions and 3 deletions
+3
View File
@@ -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"
1 Transaction ID Date Time Type Name Emoji Category Amount Currency Local amount Local currency Notes and #tags Address Receipt Description Category split
2 tx_0000AhmcbFKVlkAFbeZuAk 11/05/2024 13:41:47 Pot transfer Savings Pot Savings -1.4 GBP -1.4 GBP Round up
3 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
+38
View File
@@ -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"
]
]