geert3
Results
1
issues of
geert3
When reading a CSV with fixed width, white space is always trimmed. See `CsvRawReader::parseFixedLine` > ` values[i] = values[i].trim();` In my use-case, I have leading white space that should remain...