I used gnucash2ledger and then ledger2beancount, both python scripts I found randomly online. I have them here if you can't find them. Seems quite complete, at least with the features I used in gnucash.
On Fri, Jan 13, 2017 at 9:03 AM, <[email protected]> wrote: > Hi, > > What scripts did you use? > > I am still trying to fix my conversions for lots, cash dividends, etc... > > On Tuesday, January 3, 2017 at 9:04:02 PM UTC-6, Oon-Ee Ng wrote: >> >> Thanks, I just did that conversion myself using a combination of >> scripts I found elsewhere and some manual fixes. How does your >> convertor work with scheduled transactions? >> >> On Mon, Jan 2, 2017 at 1:40 PM, Henrique Bastos <[email protected]> >> wrote: >> > Hi all! >> > >> > I've been digging into beancount and I'm very impressed! What an amazing >> > tool. Congrats to Martin and everybody involved. >> > >> > I use Gnucash for 6 years now. So I wrote a gnucash-to-beancount >> > converter >> > to start working with beancount. It's still 1.0beta0 and has limitations >> > but >> > it's working for me. >> > >> > Repository: https://github.com/henriquebastos/gnucash-to-beancount/ >> > PyPI: https://pypi.python.org/pypi/gnucash-to-beancount >> > >> > The repository includes a Gnucash sample file with the expected golden >> > files. >> > >> > How it works right now: >> > >> > - maps all account types from Gnucash to Beancount; >> > - deal with currency conversions using priced Posting; >> > - export the price table using Beancount's Price directive; >> > - use the directives: Open, Commodity, Price, Transaction, Posting >> > - insert on META Gnucash data that has no place in Beancount; >> > - Use Beancount's printer. >> > >> > Any suggestions, comments or additional Gnucash sample files are >> > welcome. >> > >> > []'s, HB! >> > >> > -- >> > 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 [email protected]. >> > To post to this group, send email to [email protected]. >> > To view this discussion on the web visit >> > >> > https://groups.google.com/d/msgid/beancount/73d0775b-cae4-49e8-b0d6-fe2b9c874793%40googlegroups.com. >> > For more options, visit https://groups.google.com/d/optout. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beancount/5679508f-c2f3-4c3b-8318-3d372aea074c%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAGQ70esWC3RN1M3Qjj9%2BW0FW5-rdRZmkYytBejYjh17us-ctwg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
