We are using this library and it works great.
We have one issue where it is trimming spaces on string fields. Could this be an option that is set to control trimming spaces on string values?
FixedWidthParser.cs line 80
.ConvertFromString(rawValue.Trim());
We are using this library and it works great.
We have one issue where it is trimming spaces on string fields. Could this be an option that is set to control trimming spaces on string values?
FixedWidthParser.cs line 80
.ConvertFromString(rawValue.Trim());