Add "ledger convert file.csv" and "hledger -f file.csv print".
Add url for "csv2ledger" tools
This commit is contained in:
parent
8f127291e5
commit
9098ae76c9
1 changed files with 10 additions and 7 deletions
|
|
@ -2364,16 +2364,19 @@ syntax of its timelog files.
|
||||||
|
|
||||||
@node Converting from other formats, Archiving Previous Years, Journal Format, Keeping a Journal
|
@node Converting from other formats, Archiving Previous Years, Journal Format, Keeping a Journal
|
||||||
@section Converting from other formats
|
@section Converting from other formats
|
||||||
|
@cindex csv importing
|
||||||
|
|
||||||
There are numerous tools to help convert various formats to a Ledger
|
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
|
easily be parsed into Ledger format using one of those tools. Some of
|
||||||
the more popular tools are:
|
the most popular tools are:
|
||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item @code{icsv2ledger}
|
@item @code{ledger convert download.csv}
|
||||||
@item @code{csvToLedger}
|
@item @code{hledger -f checking.csv print}
|
||||||
@item @code{CSV2Ledger}
|
@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
|
@end itemize
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
|
|
@ -4216,8 +4219,7 @@ limiting and searching functions.
|
||||||
|
|
||||||
@node The @command{convert} command, , The @command{csv} command, Comma Separated Values files
|
@node The @command{convert} command, , The @command{csv} command, Comma Separated Values files
|
||||||
@subsubsection The @command{convert} command
|
@subsubsection The @command{convert} command
|
||||||
@cindex csv conversion
|
@cindex csv importing
|
||||||
@cindex reading csv
|
|
||||||
@cindex comma separated variable file reading
|
@cindex comma separated variable file reading
|
||||||
@findex convert
|
@findex convert
|
||||||
@findex --input-date-format @var{DATE_FORMAT}
|
@findex --input-date-format @var{DATE_FORMAT}
|
||||||
|
|
@ -5083,6 +5085,7 @@ Show account balances.
|
||||||
Show all transactions with running total.
|
Show all transactions with running total.
|
||||||
|
|
||||||
@item csv
|
@item csv
|
||||||
|
@cindex csv exporting
|
||||||
Show transactions in csv format, for exporting to other programs.
|
Show transactions in csv format, for exporting to other programs.
|
||||||
|
|
||||||
@item print
|
@item print
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue