I've added an importer to ledgerhub for yodlee [1], which is an account aggregator, like Mint, Personal Capital, etc. It basically logs in to all your accounts (with your supplied credentials) automatically on a regular basis and saves all the data, which it can later export to a .csv.It sounds like it's a simple .csv import, but aggregators pose a new problem while importing: if you maintain each real-world account in its own individual file, then the importer needs to create several files, one for each account it comes across, possibly in a directory hierarchy that mirrors the accounts. I've put in code to do exactly this into the yodlee importer.Aggregators also need a bit more configuration:- account map: mapping the aggregator's account list into beancount's accounts- expense map: mapping the aggregator's expense categories into beancount's accounts- accounts to ignore
Martin: I'd be happy to contribute this if you'd like. Please let me know. It's largely in a self-contained directory like all the other importers, but I had to modify common code to be able to write to multiple output files.
[1] https://moneycenter.yodlee.com has a free version of yodlee. Yodlee is also available online for Bank of America customers.
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/87f48fb9-865d-4316-8593-f4c1e43da0cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In the meantime, do you mind sharing your importers code in a separate bitbucket repository? I could independently make changes to the common Ledgerhub code that will allow you to write multiple outputs.
[1] https://moneycenter.yodlee.com has a free version of yodlee. Yodlee is also available online for Bank of America customers.Free version? I have to try this!
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/96921eb1-eaee-4b23-aea6-d04fb41bef1f%40googlegroups.com.