nodejs-polars
    Preparing search index...

    Interface CsvWriterOptions

    Options for

    interface CsvWriterOptions {
        batchSize?: number;
        dateFormat?: string;
        datetimeFormat?: string;
        floatPrecision?: number;
        includeBom?: boolean;
        includeHeader?: boolean;
        lineTerminator?: string;
        maintainOrder?: boolean;
        nullValue?: string;
        quoteChar?: string;
        separator?: string;
        timeFormat?: string;
    }
    Index

    Properties

    batchSize?: number
    dateFormat?: string
    datetimeFormat?: string
    floatPrecision?: number
    includeBom?: boolean
    includeHeader?: boolean
    lineTerminator?: string
    maintainOrder?: boolean
    nullValue?: string
    quoteChar?: string
    separator?: string
    timeFormat?: string