This is a very simple and right now incomplete nodejs script to turn Mintos account statements into importable *.csv files for Portfolio Performance.
If you do not know how to run a node script, you should better wait until I've turned this into a simple website 😄
- Clone this repo
cdinto the folder- Run
npm install
- Export an account statement from Mintos, including interest payments, deposits, affiliate payments
- Change the input file to whatever you have via the
csvFilePathinindex.js - Run
node .to let the script run - Add options
- Import the generated CSV file into Portfolio Performance
- ???
- Profit! 💸
| Option | Description | Default |
|---|---|---|
--input |
Required value Path to the input file (should be in the input folder) | none |
--delimiter |
The CSV file delimiter | ; |
--output |
File output path | output/import-for-portfolio-performance.csv |
Hahaha, "roadmap". Well, whatever. Things that should happen:
- Make input file a config
- Parse any possible account statement content instead of just a few
- Make a website where you drop the file & receive some CSV output for that file
- More documentation!
- Tests (hahaha! 😉)