--
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 beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20160602161613.GN26461%40yuu.
For more options, visit https://groups.google.com/d/optout.
On 04-06-2016 16:01:38, Martin Blais wrote:
> I just installed skrooge and tried an export.
> It looks like single-entry accounting in a CSV file.
> Should be straightforward to convert.
> Let me know what doesn't work and I'm sure I could help.
>
Wow, thanks for the support and sorry I didn't answer in time, I'm currently
suffering from a cold.
So here's some sample data, including the CSV header (see attachement).
Note: as said, I track my money really precisely, so, as you can see from the
sample data, I track every drink I have and so on.
The first four lines are the "open" lines. "Konto4" is my Cash in this case
here.
I tried to script the import several times, grouping by date and account, but I
failed most of the time because of several points.
One I can think of right now is: When doing a transaction from one account to
another, this is done with two transactions in skrooge (you can type the things
one time, but it will create two transactions): You can see this in line 5 and 6
(with comments "Moved"). You can also easily see that lines 7-9 do not balance
properly. I don't know why this is.
Other problems were non-balancing transactions.
I tried to convert like this:
1. Group the transactions from skrooge by
1. Date
2. Account
2. For each transaction
1. generate the account name ( {Income, Expenses}:<category, transformed to colon-syntax of beancount>)
2. Make accounts unique
3. open the accounts
4. generate the transaction from {Income, Expenses}:<category> to <account>
I ended up with the problems listed above.
--
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer
Proudly sent with mutt.
Happily signed with gnupg.
--
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 beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20160605145512.GA12724%40lucy.
On 05-06-2016 23:59:20, Martin Blais wrote:
> Tried a bunch of them.
> Wow. This thing is a beast. It creates a lot of unwanted stuff by default.
Yep, quite a monster (another reason I want to switch).
> The SQLite export is what I wanted most, but it fails.
I have an sqlite export of my data, though I cannot share it because of privacy
reasons, I guess you can understand that.
> Frankly, the QIF export is the most sane of the available formats.
> If I were you, I'd convert from that.
> QIF is simple and well documented:
> https://en.wikipedia.org/wiki/Quicken_Interchange_Format
I'll try this one, yes.
Thanks for your help so far, I might get back to that problem next weekend, I'll
post into this mailthread if I have questions! Thanks!