Interface ValidateTsvOptions

interface ValidateTsvOptions {
    maxRows?: number;
    checkConsistency?: boolean;
    strict?: boolean;
}

Properties

maxRows?: number

Maximum number of rows to check

checkConsistency?: boolean

Whether to check for consistent column count

strict?: boolean

Whether to validate TSV format strictly