@mendix/extensions-api - v0.12.0
    Preparing search index...

    Interface CSVSheetCreationOptions

    interface CSVSheetCreationOptions {
        delimiter?: string;
        escapeChar?: string;
        name?: string;
        quoteChar?: string;
    }
    Index

    Properties

    delimiter?: string
    escapeChar?: string
    name?: string
    quoteChar?: string