You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: