monarchmoney / mint-export-extension

Effortlessly export your Mint data to CSV.
MIT License
36 stars 3 forks source link

Eliminate duplicate dates between balance periods #62

Closed idpaterson closed 8 months ago

idpaterson commented 8 months ago

In the latest Chrome Web Store release account balance exports include duplicate dates and therefore error out when importing into Monarch. This is a critical bug fix.

Fixes #61 which is echoed by reviews on the Chrome Web Store for the latest version. The change that I made in #22 was too focused on exporting individual months, subtracting one day from the end of the period was still necessary, but only before the final period. This implementation avoids duplicate dates and to avoid regression on #22 ensures that the last day of the last period is not omitted.

P.S. GitHub is having a rough morning so I think that is why some of the checks are failing here.