diff --git a/ledger-csv.md b/ledger-csv.md index f7250cc99..912195874 100644 --- a/ledger-csv.md +++ b/ledger-csv.md @@ -13,10 +13,10 @@ $ ledger csv {: .-setup} ```csv -date , ? , desc , account , currency , amt , pending/cleared , ? -"2013/09/02" , "" , "things" , "Assets:Cash" , "P" , "-2000" , "*" , "" -"2013/09/02" , "" , "things" , "Liabilities:Card" , "P" , "-200" , "*" , "" -"2013/09/02" , "" , "things" , "Expenses:Things" , "P" , "2200" , "*" , "" -"2013/09/04" , "" , "stuff" , "Assets:Cash" , "P" , "-20" , "*" , "" -"2013/09/04" , "" , "stuff" , "Expneses:Others" , "P" , "20" , "*" , "" +date , code , desc , account , currency , amt , pending/cleared , notes +"2013/09/02" , "" , "things" , "Assets:Cash" , "P" , "-2000" , "*" , "" +"2013/09/02" , "" , "things" , "Liabilities:Card" , "P" , "-200" , "*" , "" +"2013/09/02" , "" , "things" , "Expenses:Things" , "P" , "2200" , "*" , "" +"2013/09/04" , "" , "stuff" , "Assets:Cash" , "P" , "-20" , "*" , "" +"2013/09/04" , "" , "stuff" , "Expenses:Others" , "P" , "20" , "*" , "" ```