@Metadata(firstVersion="2.15.0",
label="dataformat,transformation,csv",
title="uniVocity Fixed Length")
public class UniVocityFixedWidthDataFormat
extends UniVocityAbstractDataFormat
asMap, comment, emptyValue, headerExtractionEnabled, headers, headersDisabled, ignoreLeadingWhitespaces, ignoreTrailingWhitespaces, lazyLoad, lineSeparator, normalizedLineSeparator, nullValue, numberOfRecordsToRead, skipEmptyLines| Constructor and Description |
|---|
UniVocityFixedWidthDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPadding() |
Boolean |
getRecordEndsOnNewline() |
Boolean |
getSkipTrailingCharsUntilNewline() |
void |
setPadding(String padding)
The padding character.
|
void |
setRecordEndsOnNewline(Boolean recordEndsOnNewline)
Whether or not the record ends on new line.
|
void |
setSkipTrailingCharsUntilNewline(Boolean skipTrailingCharsUntilNewline)
Whether or not the trailing characters until new line must be ignored.
|
getAsMap, getComment, getEmptyValue, getHeaderExtractionEnabled, getHeaders, getHeadersDisabled, getIgnoreLeadingWhitespaces, getIgnoreTrailingWhitespaces, getLazyLoad, getLineSeparator, getNormalizedLineSeparator, getNullValue, getNumberOfRecordsToRead, getSkipEmptyLines, setAsMap, setComment, setEmptyValue, setHeaderExtractionEnabled, setHeaders, setHeadersDisabled, setIgnoreLeadingWhitespaces, setIgnoreTrailingWhitespaces, setLazyLoad, setLineSeparator, setNormalizedLineSeparator, setNullValue, setNumberOfRecordsToRead, setSkipEmptyLinesgetContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic UniVocityFixedWidthDataFormat()
public Boolean getSkipTrailingCharsUntilNewline()
public void setSkipTrailingCharsUntilNewline(Boolean skipTrailingCharsUntilNewline)
public Boolean getRecordEndsOnNewline()
public void setRecordEndsOnNewline(Boolean recordEndsOnNewline)
public String getPadding()
public void setPadding(String padding)
Apache Camel