Class CsvAggregator

  • All Implemented Interfaces:
    MessageAggregator

    @ComponentProfile(summary="Aggregate messages into a CSV, optionally prefixing a header",
                      since="3.9.3.1",
                      tag="csv,aggregator")
    public class CsvAggregator
    extends CsvAggregating
    Attempts to aggregate messages into a CSV file.

    Note that this is not a validating CSV aggregator since it does not check that the data in the messages to be joined are in fact CSV documents (or in fact match). If the header is defined, then we emit the header, and then we simply append all the documents to be aggregated into the resulting document.

    • Constructor Detail

      • CsvAggregator

        public CsvAggregator()