Example usage for org.springframework.batch.item.file.separator SimpleRecordSeparatorPolicy subclass-usage

List of usage examples for org.springframework.batch.item.file.separator SimpleRecordSeparatorPolicy subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.file.separator SimpleRecordSeparatorPolicy subclass-usage.

Usage

From source file de.mediait.batch.FixingCsvRecordSeparatorPolicy.java

public class FixingCsvRecordSeparatorPolicy extends SimpleRecordSeparatorPolicy {

    public static final String DELIMITER_COMMA = ",";

    public static final char DEFAULT_QUOTE_CHARACTER = '"';