1
0
This commit is contained in:
Simon Michael
2024-03-20 17:58:04 -10:00
parent e5687b1938
commit eb2a85a590
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
% Importing data
- [Data import/conversion](https://plaintextaccounting.org/#data-importconversion) tools
- [Ledger: The convert command](http://www.ledger-cli.org/3.0/doc/ledger3.html#The-convert-command)
- [hledger: CSV format](https://hledger.org/csv.html)
- [hledger: Importing CSV data](https://hledger.org/import-csv.html)
@@ -8,6 +10,5 @@
- [Payment matching done right](https://tomscii.sig7.se/payment-matching/)
- ["Full-fledged hledger" tutorial](https://github.com/adept/full-fledged-hledger#readme)
- ["Hledger Flow" tutorial/slideshow](https://github.com/apauley/hledger-flow#readme)
- [Data import/conversion tools](https://plaintextaccounting.org/#data-importconversion)
- [The Five-Minute Ledger Update](https://reds-rants.netlify.app/personal-finance/the-five-minute-ledger-update/): A series of articles showing how to setup one's import system to update one's ledger with data from their institutions in five minutes or less.
- [[Looking up current prices by ISIN]]

View File

@@ -673,6 +673,7 @@ Commit activity (from https://hledger.org/reporting-version-control-stats.html)
- [gnucash-to-beancount](https://github.com/henriquebastos/gnucash-to-beancount/) GNUCash sqlite to beancount converter (python)
- [gnucash2ledger.py](https://github.com/MatzeB/pygnucash/blob/master/gnucash2ledger.py) GNUCash sqlite to *ledger converter (python)
- [grisbi2Ledger](https://github.com/Hawk777/grisbi2ledger) Grisbi to *ledger converter
- [gsheet-csv.hs](https://github.com/simonmichael/hledger/blob/master/bin/gsheet-csv.hs) a script to download Google sheets (haskell)
- [hledger-import-dsl](https://github.com/hpdeifel/hledger-import-dsl) alternate, programmable CSV converter for hledger
- [hledger-to-influxdb](https://github.com/barrucadu/hledger-scripts#hledger-to-influxdb) hledger to InfluxDB converter (haskell)
- [hledger2beancount](https://github.com/tjroth/hledger2beancount) hledger to beancount converter (haskell)
@@ -704,6 +705,7 @@ Commit activity (from https://hledger.org/reporting-version-control-stats.html)
- [reckon](https://github.com/cantino/reckon) smart interactive/non-interactive CSV to *ledger converter
- [slc](https://github.com/marvinpinto/slc) generates Ledger accounting entries, works with generic CSV files as well as the Stripe API
- [smart_importer](https://github.com/johannesjh/smart_importer) library for building smarter CSV to beancount/Fava converters
- [Tiller](https://www.tillerhq.com) service to download from mostly-US banks to google or microsoft spreadsheets (commercial but pretty good)
- [total_recall](https://github.com/eval/total_recall) CSV to *ledger converter
- [ynab-to-ledger](https://github.com/vermiceli/ynab-to-ledger) You Need A Budget (YNAB) to *ledger converter. Handles multiple currencies, multiple number formats, reconciliation, memos, transfers, and split transactions
- [ynab_to_ledger](https://github.com/pgr0ss/ynab_to_ledger) You Need A Budget to *ledger converter