diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-23 12:39:01 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-23 12:39:01 +0100 |
commit | 0b7996ed7cdb5a5d64a58da3ed7f615ba591416f (patch) | |
tree | e5f8f58773c81607d7c27151d50d42e4c77536f8 /doc | |
parent | f376dfa8c6bee004e7d44b46960974c98ead56ec (diff) | |
parent | 49166d09b76adffdf94a21c2c2ea07fc83ea0e32 (diff) | |
download | fork-ledger-0b7996ed7cdb5a5d64a58da3ed7f615ba591416f.tar.gz fork-ledger-0b7996ed7cdb5a5d64a58da3ed7f615ba591416f.tar.bz2 fork-ledger-0b7996ed7cdb5a5d64a58da3ed7f615ba591416f.zip |
Merge pull request #397 from thdox/fix-test-rich-data
Fix UUID of --rich-data test.
Diffstat (limited to 'doc')
-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 d7227ed1..4a3d51e0 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -4647,7 +4647,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,, @@ -4655,7 +4655,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 @@ -4663,7 +4663,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 |