Example usage for org.springframework.batch.item.file.transform LineAggregator interface-usage

List of usage examples for org.springframework.batch.item.file.transform LineAggregator interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.file.transform LineAggregator interface-usage.

Usage

From source file org.jasig.ssp.util.importer.job.csv.RawItemLineAggregator.java

public class RawItemLineAggregator implements LineAggregator<RawItem> {

    /** The quote constant to use when you wish to suppress all quoting and escaping, they must be the same for support csv standard. */
    private static final char NO_QUOTE_CHARACTER = '\u0000';
    private static final Logger logger = LoggerFactory.getLogger(RawItemLineAggregator.class);