hledger/hledger-lib/Hledger/Read
Simon Michael d2b3185062 csv: don't show invalid inter-field spaces in CSV error messages
Errors involving a record like:

2000-01-01,a,"1"

displayed the record with extra spaces:

the CSV record is:       "2000-01-01", "a", "1"

which was not accurate or valid RFC-4180.
2019-06-14 16:17:40 -07:00
..
Common.hs ;lib: refactor: change AmountPrice to a Maybe 2019-06-13 15:50:01 -07:00
CsvReader.hs csv: don't show invalid inter-field spaces in CSV error messages 2019-06-14 16:17:40 -07:00
JournalReader.hs lib: clarify price types (#131) 2019-06-13 15:50:01 -07:00
LedgerReader.hs.disabled lib: Fix compile errors in tests 2018-08-14 16:05:06 +01:00
TimeclockReader.hs lib: switch to megaparsec 7 2018-09-30 20:15:12 -06:00
TimedotReader.hs lib: switch to megaparsec 7 2018-09-30 20:15:12 -06:00