Hi Daniel,
> On Oct 8, 2016, at 9:09 AM, Daniel Vainsencher <
daniel.va...@gmail.com> wrote:
> I am considering a combination of Mint (for short term management) and hledger (for in depth looks, long term record keeping, and stuff that is not a Mint supported account). I want to feed hledger from the Mint csv export function, and insert manually only the information that Mint cannot provide. This seems to avoid setting up imports from many different sources. Do other people use something like this?
I think it's a good plan, using Mint as a first pass to get clean CSV, if you don't mind giving them access to all your accounts. I started down this road but drifted away from Mint and have not given it a real try.
> While exploring this possibility, I've found a problem that perhaps others have solutions for: both the Mint CSV, but also my banks' (Wells Fargo) OFX export give no aid in recognizing some transactions that are related.
>
> Example 1: automatic payments of CC balances, reduce debt on one account, reduce assets on another, usually on different days.
> Example 2: an automatic transfer from checking to savings account (usually delayed by a day) has no common identifier. The amount is the same, but it is also often 1$, so it is not obvious which transaction on one account belongs to which transaction on the other account if one happens every day for a while. Even though both are in WF, the OFX file has no hints.
Are you sure there's no corresponding ID ? In Wells Fargo CSV (and OFX) I see a "REF" in the descriptions:
checking.csv:
"10/03/2016","-200.00","*","","RECURRING TRANSFER TO ... SAVINGS REF #OPER79Y293 ..."
savings.csv:
"10/03/2016","200.00","*","","RECURRING TRANSFER FROM ... CHECKING REF #OPER79Y293 ..."
> I think what we want to end up with is a single transaction with posting date comments summarizing both the outgoing and incoming transactions in the downloaded data.
>
> ledger-autosync as is cannot help, as its CSVConverter maps each row to a single transaction, independent of the other rows.
>
> Any other existing solutions/workarounds?
But my workaround is low-tech; I import such transfers from one account only (checking), and selectively import (eg savings interest txns) from the other.
Some kind of helpful smart import wizard should certainly be possible, even if only semi-automated.