diff options
author | thdox <thdox@free.fr> | 2015-02-18 23:30:32 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-02-21 19:41:36 +0100 |
commit | e0f7b637cf339838334b42ab02f84ead4efa3635 (patch) | |
tree | 1644a6c8f4a4bea041cec89cc4fde3854b152632 | |
parent | b2487b8aadd11195a131cae4c40485c1a796b86a (diff) | |
download | fork-ledger-e0f7b637cf339838334b42ab02f84ead4efa3635.tar.gz fork-ledger-e0f7b637cf339838334b42ab02f84ead4efa3635.tar.bz2 fork-ledger-e0f7b637cf339838334b42ab02f84ead4efa3635.zip |
Add UUID to rich-data test.
-rw-r--r-- | doc/ledger3.texi | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 48d1449e..4c108331 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -4643,17 +4643,23 @@ The @command{convert} command accepts three options. They are @var{STR}} which you can use to specify the account to balance against, and @option{--rich-data} which stores additional metadata as tags. -Using following command on the two first lines of the above csv file, +Using the two first lines of the above csv file, -@c TODO: does not @c command:validate due to multiple lines -@smallexample +@smallexample @c input:DD85579 +767718,12/13/2011,"Withdrawal","ACE HARDWARE 16335 S HOUGHTON RD",-8.80,,00001640.04,, +767406,12/13/2011,"Withdrawal","ACE HARDWARE 16335 S HOUGHTON RD",-1.03,,00001648.84,, +@end smallexample + +and launching the below command, + +@smallexample @c command:DD85579 $ ledger convert download.csv --input-date-format "%m/%d/%Y" \ --invert --account Assets:MyBank --rich-data @end smallexample -you will get the result below: +you will get the result: -@smallexample +@smallexample @c result:DD85579 2011/12/13 * Withdrawal ;ACE HARDWARE 16335 S HOUGHTON RD ; CSV: 767718,12/13/2011,"Withdrawal","ACE HARDWARE 16335 S HOUGHTON RD",-8.80,,00001640.04,, ; Imported: 2012/01/13 |