more check tweaks, adding real cbc accounts, export supports all transactions, fixed date parsing.
This commit is contained in:
@@ -96,8 +96,9 @@
|
||||
|
||||
raw-transactions (vec (->> rows
|
||||
(filter #(not (seq (:errors %))) )
|
||||
(map (fn [{:keys [description-original status high-level-category amount account-id]}]
|
||||
(map (fn [{:keys [description-original status high-level-category amount account-id date]}]
|
||||
{:description-original description-original
|
||||
:date date
|
||||
:status status
|
||||
:high-level-category high-level-category
|
||||
:amount amount
|
||||
|
||||
Reference in New Issue
Block a user