diff options
author | thdox <thdox@free.fr> | 2015-02-22 16:58:22 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-02-22 16:58:22 +0100 |
commit | 49166d09b76adffdf94a21c2c2ea07fc83ea0e32 (patch) | |
tree | 45467c0dad875a2b08705e375b2f697a83a14433 /doc/ledger3.texi | |
parent | 00c10a383ceb178c9317de52f2aca7a21099d415 (diff) | |
download | fork-ledger-49166d09b76adffdf94a21c2c2ea07fc83ea0e32.tar.gz fork-ledger-49166d09b76adffdf94a21c2c2ea07fc83ea0e32.tar.bz2 fork-ledger-49166d09b76adffdf94a21c2c2ea07fc83ea0e32.zip |
Fix UUID of --rich-data test.
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index a4e055d0..4095babb 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -4645,7 +4645,7 @@ and @option{--rich-data} which stores additional metadata as tags. Using the two first lines of the above csv file, -@smallexample @c file:B2EA7E8 +@smallexample @c file:01B0350 ,date,payee,note,amount,,,code, 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,, @@ -4653,7 +4653,7 @@ Using the two first lines of the above csv file, and launching the below command, -@smallexample @c command:B2EA7E8,with_file:download.csv +@smallexample @c command:01B0350,with_file:download.csv $ ledger convert download.csv --input-date-format "%m/%d/%Y" \ --invert --account Assets:MyBank --rich-data \ --file sample.dat --now=2012/01/13 @@ -4661,7 +4661,7 @@ $ ledger convert download.csv --input-date-format "%m/%d/%Y" \ you will get the result: -@smallexample @c output:B2EA7E8 +@smallexample @c output:01B0350 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 |