[NonGNU ELPA] Csv2ledger version 1.5.5
ELPA update <[email protected]> Sun, 21 Jun 2026 17:11:55 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 1.5.5 of package Csv2ledger has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET. Csv2ledger describes itself as: =================================== Convert csv files to ledger entries =================================== More at https://elpa.nongnu.org/nongnu/csv2ledger.html ## Summary: This package aims to make it easier to convert CSV files with bank statements to Ledger entries. To get started, you will at the very least need to set `c2l-base-account' and `c2l-csv-columns'. With these variables set up, you can try to convert a CSV file with the commands `c2l-convert-buffer' or `c2l-convert-region'. These commands will convert each transaction in the buffer or region, asking you for each which balancing (or target) account to use. Make sure to set `c2l-account-file' to the ledger file that contains your account definitions, so that when Emacs asks you for an account, it can offer the accounts in your ledger file as completion targets. ## Recent NEWS: [Not provided 🙁]