actualbudget / import-ynab5

A tool for importing YNAB5 (nYNAB) data into Actual
26 stars 14 forks source link

round up amounts of the transactions #10

Closed skrobul closed 2 years ago

skrobul commented 2 years ago

In some cases (mostly when the YNAB API was used to create the transaction), there may be transactions with amounts that are not integers. For example, in recent import I had a transaction with amount set to -4059. That transaction is displayed correctly in YNAB as 4.06 GBP, but trips up the import here.

See https://github.com/actualbudget/import-ynab5/issues/8 for more examples.

jlongster commented 2 years ago

Beautiful!