diff options
author | thdox <thdox@free.fr> | 2013-05-20 21:54:21 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2013-05-20 23:23:44 +0200 |
commit | 9098ae76c953170785947c3208a9f45047c695c9 (patch) | |
tree | fb49bbc9fdeff8967bde3d535e5a79ff6d25ad5a /doc | |
parent | 8f127291e5236b3e903afd13b157c4fc3ade4e28 (diff) | |
download | fork-ledger-9098ae76c953170785947c3208a9f45047c695c9.tar.gz fork-ledger-9098ae76c953170785947c3208a9f45047c695c9.tar.bz2 fork-ledger-9098ae76c953170785947c3208a9f45047c695c9.zip |
Add "ledger convert file.csv" and "hledger -f file.csv print".
Add url for "csv2ledger" tools
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index db8fa84a..05bf4776 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2364,16 +2364,19 @@ syntax of its timelog files. @node Converting from other formats, Archiving Previous Years, Journal Format, Keeping a Journal @section Converting from other formats +@cindex csv importing There are numerous tools to help convert various formats to a Ledger -file. Most banks will generate a commas separated value file that can +file. Most banks will generate a comma separated values file that can easily be parsed into Ledger format using one of those tools. Some of -the more popular tools are: +the most popular tools are: @itemize -@item @code{icsv2ledger} -@item @code{csvToLedger} -@item @code{CSV2Ledger} +@item @code{ledger convert download.csv} +@item @code{hledger -f checking.csv print} +@item @uref{https://github.com/quentinsf/icsv2ledger, @code{icsv2ledger}} +@item @uref{https://github.com/tazzben/csvToLedger, @code{csvToLedger}} +@item @uref{https://launchpad.net/csv2ledger, @code{CSV2Ledger}} @end itemize @noindent @@ -4216,8 +4219,7 @@ limiting and searching functions. @node The @command{convert} command, , The @command{csv} command, Comma Separated Values files @subsubsection The @command{convert} command -@cindex csv conversion -@cindex reading csv +@cindex csv importing @cindex comma separated variable file reading @findex convert @findex --input-date-format @var{DATE_FORMAT} @@ -5083,6 +5085,7 @@ Show account balances. Show all transactions with running total. @item csv +@cindex csv exporting Show transactions in csv format, for exporting to other programs. @item print |