Quickly convert transactions data from mint into a Sankey chart.
TRANSACTIONS
and then choosing Export all xxx transactions
at the bottom right of the listed transactions.git clone git@github.com:ConstantinoSchillebeeckx/mint-to-sankey.git --recursive
mint-to-sankey
.Choose File
button and select the csv you downloaded in step 1.Any type of transaction data can be visualized as long as you’re uploading a csv with at least the following columns:
Amount
: value of the transactionTransaction Type
: debit or creditCategory
: category for the transaction (e.g. Rent)demo_data.csv
as an exampleThis project is maintained by ConstantinoSchillebeeckx