How to pass account to bean-file for archive folder definition?

2021-11-10 Thread tbra...@gmail.com
Hi, I've previously relied very heavily on *red's importers* for my import and filing needs. They worked great up to the point when my Amex switched over from ofx to csv's -- the only options for statement/transaction downloads are excel, csv, and pdf. I think I have a working importer for the

Re: How to pass account to bean-file for archive folder definition?

2021-11-10 Thread tbra...@gmail.com
Additional information: Here is my __init__ class AmexCCImporter(importer.ImporterProtocol): def __init__(self, account, lastfour): self.account = account self.lastfour = lastfour The account does come through in the transaction narrative that is generated. However, it's not p

Re: How to pass account to bean-file for archive folder definition?

2021-11-10 Thread redst...@gmail.com
Hello Tim, That method is in beancount_reds_importers/libreader/reader.py, see here . If you imported the class correctly, that error should not o