AcceptRowFunction: (
    row: string[],
    tableMeta: FluxTableMetaData,
) => true | false | undefined

AcceptRowFunction allows to accept/reject specific rows or terminate processing.

Type declaration

    • (row: string[], tableMeta: FluxTableMetaData): true | false | undefined
    • Parameters

      • row: string[]

        CSV result data row

      • tableMeta: FluxTableMetaData

        CSV table metadata with column descriptors

      Returns true | false | undefined

      true to accept row, false to skip row, undefined means stop processing

MMNEPVFCICPMFPCPTTAAATR