hledger/hledger-lib/Hledger/Read
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
..
Common.hs ;lib: let commodityStylesFromAmounts & co. return an error (#793, #1091) 2019-09-27 15:09:39 -10:00
CsvReader.hs csv: allow csv records with varying lengths, padding with empties 2019-10-07 14:54:36 -10:00
JournalReader.hs lib, cli, ui: start using Control.Monad.Fail, allow base-compat 0.11 2019-09-08 17:13:47 -07:00
LedgerReader.hs.disabled lib: Fix compile errors in tests 2018-08-14 16:05:06 +01:00
TimeclockReader.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
TimedotReader.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00