CSV is Comma Separated Values
This commit is contained in:
parent
719115f258
commit
fa9eb2e0f5
1 changed files with 6 additions and 6 deletions
|
|
@ -4062,7 +4062,7 @@ file whose formatting has gotten out of hand.
|
||||||
@section Reports in other Formats
|
@section Reports in other Formats
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Comma Separated Variable files::
|
* Comma Separated Values files::
|
||||||
* The lisp command::
|
* The lisp command::
|
||||||
* Emacs Org mode::
|
* Emacs Org mode::
|
||||||
* Org mode with Babel::
|
* Org mode with Babel::
|
||||||
|
|
@ -4071,15 +4071,15 @@ file whose formatting has gotten out of hand.
|
||||||
* prices and pricedb::
|
* prices and pricedb::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Comma Separated Variable files, The lisp command, Reports in other Formats, Reports in other Formats
|
@node Comma Separated Values files, The lisp command, Reports in other Formats, Reports in other Formats
|
||||||
@subsection Comma Separated Variable files
|
@subsection Comma Separated Values files
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* The csv command::
|
* The csv command::
|
||||||
* The convert command::
|
* The convert command::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node The csv command, The convert command, Comma Separated Variable files, Comma Separated Variable files
|
@node The csv command, The convert command, Comma Separated Values files, Comma Separated Values files
|
||||||
@subsubsection The @code{csv} command
|
@subsubsection The @code{csv} command
|
||||||
|
|
||||||
The @command{csv} command will output print out the desired ledger
|
The @command{csv} command will output print out the desired ledger
|
||||||
|
|
@ -4087,7 +4087,7 @@ transactions in a csv format suitable for import into other programs.
|
||||||
You can specify the transactions to print using all the normal
|
You can specify the transactions to print using all the normal
|
||||||
limiting and searching functions.
|
limiting and searching functions.
|
||||||
|
|
||||||
@node The convert command, , The csv command, Comma Separated Variable files
|
@node The convert command, , The csv command, Comma Separated Values files
|
||||||
@subsubsection The @code{convert} command
|
@subsubsection The @code{convert} command
|
||||||
@cindex csv conversion
|
@cindex csv conversion
|
||||||
@cindex reading csv
|
@cindex reading csv
|
||||||
|
|
@ -4188,7 +4188,7 @@ match on the new payee field. During the @code{ledger convert} run
|
||||||
only the original payee name as specified in the csv data seems to be
|
only the original payee name as specified in the csv data seems to be
|
||||||
used.
|
used.
|
||||||
|
|
||||||
@node The lisp command, Emacs Org mode, Comma Separated Variable files, Reports in other Formats
|
@node The lisp command, Emacs Org mode, Comma Separated Values files, Reports in other Formats
|
||||||
@subsection The @code{lisp} command
|
@subsection The @code{lisp} command
|
||||||
|
|
||||||
The @command{lisp} command outputs results in a form that can be read
|
The @command{lisp} command outputs results in a form that can be read
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue