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
Not all xsv files have all fields represented in every row in XSV files with multiple defined record types. Please consider to not error if there are underruns or overruns with the number of delimited columns in the data versus the defined column spec. Errors are "wut 2", it stops reading rows, or it will pass an error that it detected that the current row has more or less fields than the prior row.