Struct CSVParser.CSVParseResult
CSV parsing result
public struct CSVParser.CSVParseResult
Fields
ColumnCount
public int ColumnCount
Field Value
- int
ErrorContext
public NativeSlice<byte> ErrorContext
Field Value
- NativeSlice<byte>
HeaderHashes
public NativeArray<uint> HeaderHashes
Field Value
- NativeArray<uint>
IsSuccess
public bool IsSuccess
Field Value
- bool
RowCount
public int RowCount
Field Value
- int
Rows
public NativeArray<CSVParser.CSVRow> Rows
Field Value
Methods
Dispose()
public void Dispose()
Failure(NativeSlice<byte>)
public static CSVParser.CSVParseResult Failure(NativeSlice<byte> errorContext)
Parameters
errorContextNativeSlice<byte>