Commits


wilfzim authored and GitHub committed d76acaf7cbd
CSVField: new member function try_parse_decimal() to specify one or more decimal symbols (#226) * CSVField: new member function try_parse_decimal() to specify one or more decimal symbols * merge from vincentlaucsb/csv-parser: add case '+' in try_parse_decimal(), too * reworked try_parse_decimal() according to Vincent La's suggestion