Hi, all
I am wondering if there is a convenient way to retroactively apply changes made in Importers to current beancount journal. For example, if I created a new category
for certain transaction in an Importer, I would like to also change categories of all the previous transactions in the journal.
One solution (hack) I can imagine could be this:
1. set up a temporary Importer
2. use `bean-extract -e my_journal.bean ... ` and map the change
over entries that should be modified in `existing_entries` defined
in `def extract(self, file, existing_entires=None)`. Return `existing_entries`.
3. Uncomment all the lines in the output
Thanks ahead, and thanks for Martin for this amazing software!