diff --git a/src/Importing-data.md b/src/Importing-data.md index a061f48..b61369c 100644 --- a/src/Importing-data.md +++ b/src/Importing-data.md @@ -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]] diff --git a/src/index.md b/src/index.md index efc0a8a..0ad1668 100644 --- a/src/index.md +++ b/src/index.md @@ -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