TsvLineKind

Used during processing of tsv files to return information about the type of each line read.

Metadata

  • Underlying type: u8

Values

KeyValueDescription
None0
Blank1
Comment2
TableName3
InvalidTableName4
Header5
Record6
RecordWithOutOfOrderId7
MaxId8