Google Apps Script API
    Preparing search index...
    interface CsvOptions {
        allowJaggedRows?: boolean;
        allowQuotedNewlines?: boolean;
        encoding?: string;
        fieldDelimiter?: string;
        quote?: string;
        skipLeadingRows?: string;
    }
    Index

    Properties

    allowJaggedRows?: boolean
    allowQuotedNewlines?: boolean
    encoding?: string
    fieldDelimiter?: string
    quote?: string
    skipLeadingRows?: string