You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFC4180 allows line break inside quoted field, and Sylvan.Data.Csv handles this just fine, but CsvDataReader.RowNumber counts records, not actually read lines of file. Could you add one more property for actually read lines? Its important in case of some validation error, when we need to reference to the file line. I guess it shouldn't affect performance in any noticable way?
The text was updated successfully, but these errors were encountered:
RFC4180 allows line break inside quoted field, and
Sylvan.Data.Csv
handles this just fine, butCsvDataReader.RowNumber
counts records, not actually read lines of file. Could you add one more property for actually read lines? Its important in case of some validation error, when we need to reference to the file line. I guess it shouldn't affect performance in any noticable way?The text was updated successfully, but these errors were encountered: