On Sun, Sep 30, 2012 at 12:31 PM, thierry <[email protected]> wrote: > I have another change to propose to icsv2ledger. Why is there an account > mapping file AND a payee mapping file? Why not merging into a single file?
The rubycsv code I wrote does this. Actually it has a generic "tablematch" function that can do an arbitrarily large number of regex mappings. And it can do multi-entry transactions. And it's not ledger-specific - it can do CSV to anything if that's a plus for anyone. The only downside compared to any of the other CSV programs is that it's not interactive, and you have to write the mapping tables as a ruby array. - Zack
