net.sf.jsefa.csv.lowlevel.config
Interface CsvLowLevelInitialConfigurationParameters

All Superinterfaces:
LowLevelInitialConfigurationParameters

public interface CsvLowLevelInitialConfigurationParameters
extends LowLevelInitialConfigurationParameters

A collection of initial configuration parameters for low level CSV.

Author:
Norman Lahme-Huetig
See Also:
Configuration

Field Summary
static String ESCAPE_CHARACTER
          Configuration parameter for the escape character to use.
static String FIELD_DELIMITER
          Configuration parameter for the field delimiter to use.
static String LOW_LEVEL_IO_FACTORY_CLASS
          Configuration parameter for the CsvLowLevelIOFactory class to use.
static String QUOTE_CHARACTER
          Configuration parameter for the quote character to use.
static String QUOTE_CHARACTER_ESCAPE_MODE
          Configuration parameter for the quote character escape mode to use.
static String USE_DELIMITER_AFTER_LAST_FIELD
          Configuration parameter for the flag 'useDelimiterAfterLastField'.
 
Fields inherited from interface net.sf.jsefa.common.lowlevel.config.LowLevelInitialConfigurationParameters
LINE_BREAK
 

Field Detail

LOW_LEVEL_IO_FACTORY_CLASS

static final String LOW_LEVEL_IO_FACTORY_CLASS
Configuration parameter for the CsvLowLevelIOFactory class to use.

See Also:
Constant Field Values

FIELD_DELIMITER

static final String FIELD_DELIMITER
Configuration parameter for the field delimiter to use.

See Also:
Constant Field Values

QUOTE_CHARACTER

static final String QUOTE_CHARACTER
Configuration parameter for the quote character to use.

See Also:
Constant Field Values

QUOTE_CHARACTER_ESCAPE_MODE

static final String QUOTE_CHARACTER_ESCAPE_MODE
Configuration parameter for the quote character escape mode to use.

See Also:
Constant Field Values

USE_DELIMITER_AFTER_LAST_FIELD

static final String USE_DELIMITER_AFTER_LAST_FIELD
Configuration parameter for the flag 'useDelimiterAfterLastField'.

See Also:
Constant Field Values

ESCAPE_CHARACTER

static final String ESCAPE_CHARACTER
Configuration parameter for the escape character to use.

See Also:
Constant Field Values


Copyright © 2014. All rights reserved.