@maschinenlesbar.org/bundeswahlleiterin-cli
    Preparing search index...

    Interface ParseCsvOptions

    interface ParseCsvOptions {
        delimiter?: string;
        headerFirstCell?: string;
    }
    Index
    delimiter?: string
    headerFirstCell?: string

    Skip preamble rows until the header is found. If given, the header is the first row whose first cell (trimmed) equals this value; otherwise the header is the first non-empty row.