hledger/hledger-lib/Hledger
Simon Michael eff1b31c86 csv: allow csv records with varying lengths, padding with empties
Sometimes trailing empty fields are omitted entirely (including the
commas) in CSV records. (I see this in exported Google spreadsheets.)
Now we don't raise an error in this case, instead we automatically pad
any "short" records with empty fields. Not yet well tested.
2019-10-07 14:54:36 -10:00
..
Data ;journal: in generated-transaction:/posting: tags, add a space before the value 2019-10-07 14:54:36 -10:00
Read csv: allow csv records with varying lengths, padding with empties 2019-10-07 14:54:36 -10:00
Reports lib: dont raise when there is neither budget nor transactions in the report period 2019-09-11 16:09:28 -07:00
Utils ;lib: clarify parser monad transformers a little 2019-09-08 10:40:47 -07:00
Data.hs ;lib: refactor: Data.Prices -> Data.Valuation 2019-06-14 19:04:09 -07:00
Query.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
Read.hs ;lib: csv: note cause of #1087 2019-09-14 03:45:37 -07:00
Reports.hs ;lib: rename MultiBalanceReports.hs -> MultiBalanceReport.hs 2019-06-14 11:45:25 -07:00
Utils.hs lib: currying helpers 2019-08-19 02:09:27 +01:00