Graphora API
    Preparing search index...

    Interface CsvRow

    interface CsvRow {
        line: number;
        values: CsvValues;
    }
    Index
    line: number

    One-based physical line on which the record begins.

    values: CsvValues