monarchmoney / mint-export-extension

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

Add Institution to the account #36

Closed jhicken closed 8 months ago

jhicken commented 9 months ago

Account has an attribute of "fiName". It would be neato if that was included on the exported data. In my particular case I have 2 accounts that are named exactly the same thing. So this would help to distinguish which account this account really is.

https://github.com/monarchmoney/mint-export-extension/blob/1aa8ffc64a584950cba70e68008bed90d74ba8e3/src/shared/lib/accounts.ts#L259 (Right around here is where the change would need to be made)

Another small observation. Maybe Monarch is using this data but the "Account Name" column in the mint-balances csv files, could probably go away. It's repetitive data that just makes the csv files larger. And the file name of the csv is the account name already.

Thanks for building this. I have around 15 years of data in mint that would be really sad to lose. So I appreciate you guys!

MilesBHuff commented 8 months ago

I believe this issue can be closed, given that the PR for it has been merged.