web-csv-toolbox
    Preparing search index...

    Interface CSVRecordAssemblerAssembleOptions

    Options for the CSVRecordAssembler.assemble method.

    interface CSVRecordAssemblerAssembleOptions {
        stream?: boolean;
    }
    Index

    Properties

    Properties

    stream?: boolean

    If true, indicates that more tokens are expected. If false or omitted, flushes remaining data.