Version

    Selecting Output Records

    Writers let you limit the records that should be written. You can limit the number of records to be written and skip the specified number of records. If you need to apply a filter on output records, use Filter before the Writer.

    The limit on the number of written records is set up with Max number of records.

    The number of records to be skipped is set up with Number of skipped records.

    The following components let you set up Max number of records or Number of skipped records:

    CloverDataWriter

    DBFDataWriter

    EDIFACTWriter

    FlatFileWriter

    JSONWriter

    SpreadsheetDataWriter

    StructuredDataWriter

    X12Writer

    XMLWriter (Number of skipped records only)