Hello all - I know there are various CSV -> Ledger converters out there, but I decided to create one more! (Basically, I couldn't get the ones I found to work, or to handle the format produced by my bank.)
So I've created icsv2ledger, which you can find on GitHub at https://github.com/quentinsf/icsv2ledger The 'i' stands for interactive: as it goes through your CSV file, it tells you which account it thinks each entry should be posted to, and gives you the option to change it or just hit return. If you want to change it, it does tab-completion on account names. More information at the above link - feedback most welcome! Quentin
