Hacker News new | ask | show | jobs
by lknuth 497 days ago
How about a CSV import? My banks all have an option to export transactions to a CSV file. You would need an import tool to create the mapping though.
1 comments

I suppose you could parse csv file yourself and the api with curl? No need to add this feature in the app.
yes, this is the intended way for now