Where is bean-extract?
I know this is a documentation issue (even the beancount web site says "Beancount v3 is in development"), but what happened to bean-extract?
I understand that beangulp has replaced the ingest process in beancount v3, but I don't actually see beangulp provide any script that you can run (most notable bean-extract but there was also bean-identify and bean-file).
Should these be provided by beangulp?
Ok, I found this email thread "bean-extract is gone with v3": https://www.mail-archive.com/[email protected]/msg06240.html"
in which Daniele explains:
In a nutshell, to upgrade from beancount.ingest to beangulp, it shoul be sufficient to modify all Python imports from the beancount.ingest namespace to the beangulp namespace and to turn the configuration file that was used to be passed to bean-extract into a self-standing script as demonstrated here https://github.com/beancount/beangulp/blob/master/examples/import.py Then, calling such script with a '--help' argument should be enough to understand how to use it.