Trevixal API
    Preparing search index...

    Interface InsertCSVOptions

    interface InsertCSVOptions {
        delimiter?: "auto" | CSVDelimiter;
        headerRow?: boolean;
    }
    Index
    delimiter?: "auto" | CSVDelimiter
    headerRow?: boolean

    Make the first row a header row. Defaults to true.