Handling Bad Data in IReader and IParser Objects
This data represents the state of an IReader and IParser object. The IReader object has a ColumnCount of 0 and a CurrentIndex of 4. The HeaderRecord contains an array of column names: ['Time', 'Step name', 'Step', 'Disable', 'Value', 'CompString', 'Upper limit', 'Lower limit', 'Result'].
The IParser object has a ByteCount of 0, a CharCount of 470, a Row count of 6, and a RawRow count of 6. The Count represents the number of columns in the current row. The RawRecord contains the raw data for the current row, which appears to be a comma-separated list of values.
The data in the RawRecord seems to be corrupted or contains invalid characters, as it does not conform to the expected format. For example: '20230804 153956,Check PCBA part number FD 1B,100,0,6bFD"216bFD9]4(62FD2232313662FD2232313662FD095D0400),81158919XGW01A,1.000000,0.000000,FAIL'. In this case, BadDataFound should be set to null to ignore the bad data.
原文地址: https://www.cveoy.top/t/topic/qbMn 著作权归作者所有。请勿转载和采集!