@Metadata(firstVersion="2.1.0",
label="dataformat,transformation,csv",
title="Flatpack")
public class FlatpackDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
FlatpackDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowShortLines() |
String |
getDefinition() |
String |
getDelimiter() |
String |
getFixed() |
String |
getIgnoreExtraColumns() |
String |
getIgnoreFirstRecord() |
String |
getParserFactoryRef() |
String |
getTextQualifier() |
void |
setAllowShortLines(String allowShortLines)
Allows for lines to be shorter than expected and ignores the extra
characters
|
void |
setDefinition(String definition)
The flatpack pzmap configuration file.
|
void |
setDelimiter(String delimiter)
The delimiter char (could be ; , or similar)
|
void |
setFixed(String fixed)
Delimited or fixed.
|
void |
setIgnoreExtraColumns(String ignoreExtraColumns)
Allows for lines to be longer than expected and ignores the extra
characters.
|
void |
setIgnoreFirstRecord(String ignoreFirstRecord)
Whether the first line is ignored for delimited files (for the column
headers).
|
void |
setParserFactoryRef(String parserFactoryRef)
References to a custom parser factory to lookup in the registry
|
void |
setTextQualifier(String textQualifier)
If the text is qualified with a character.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getShortName, setContentTypeHeader, setDataFormat, setDataFormatNamegetId, setIdpublic FlatpackDataFormat()
public String getDefinition()
public void setDefinition(String definition)
public String getIgnoreFirstRecord()
public void setIgnoreFirstRecord(String ignoreFirstRecord)
public String getTextQualifier()
public void setTextQualifier(String textQualifier)
public String getDelimiter()
public void setDelimiter(String delimiter)
public String getAllowShortLines()
public void setAllowShortLines(String allowShortLines)
public String getIgnoreExtraColumns()
public void setIgnoreExtraColumns(String ignoreExtraColumns)
public String getParserFactoryRef()
public void setParserFactoryRef(String parserFactoryRef)
Apache Camel