Y
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
codecraze
497 days ago
I suppose you could parse csv file yourself and the api with curl? No need to add this feature in the app.
link
import-base64
497 days ago
yes, this is the intended way for now
link