public static class TextFileInputMeta.Content extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
breakInEnclosureAllowed
Switch to allow breaks (CR/LF) in Enclosures
|
boolean |
dateFormatLenient
Indicate whether or not we want to date fields strictly according to the format or lenient
|
Locale |
dateFormatLocale
Specifies the Locale of the Date format, null means the default
|
String |
enclosure
String used to enclose separated fields (")
|
String |
encoding
The encoding to use for reading: null or empty string means system default encoding
|
String |
escapeCharacter
Escape character used to escape the enclosure String (\)
|
String |
fileCompression
Type of compression being used
|
String |
fileFormat
The file format: DOS or UNIX or mixed
|
String |
filenameField
The name of the field in the output containing the filename
|
String |
fileType
Type of file: CSV or fixed
|
boolean |
footer
Flag indicating that the file contains one footer line that should be skipped.
|
boolean |
header
Flag indicating that the file contains one header line that should be skipped.
|
boolean |
includeFilename
Flag indicating that we should include the filename in the output
|
boolean |
includeRowNumber
Flag indicating that a row number field should be included in the output
|
boolean |
layoutPaged
Flag indicating that the text-file has a paged layout.
|
String |
length
Length based on bytes or characters
|
boolean |
lineWrapped
Flag indicating that a single line is wrapped onto one or more lines in the text file.
|
boolean |
noEmptyLines
Flag indicating that we should skip all empty lines
|
int |
nrFooterLines
The number of footer lines, defaults to 1
|
int |
nrHeaderLines
The number of header lines, defaults to 1
|
int |
nrLinesDocHeader
The number of lines in the document header
|
int |
nrLinesPerPage
The number of lines to read per page
|
int |
nrWraps
The number of times the line wrapped
|
long |
rowLimit
The maximum number or lines to read
|
boolean |
rowNumberByFile
Flag indicating row number is per file
|
String |
rowNumberField
The name of the field in the output containing the row number
|
String |
separator
String used to separated field (;)
|
Constructor and Description |
---|
Content() |
public String fileType
public String separator
public String enclosure
public boolean breakInEnclosureAllowed
public String escapeCharacter
public boolean header
public int nrHeaderLines
public boolean footer
public int nrFooterLines
public boolean lineWrapped
public int nrWraps
public boolean layoutPaged
public int nrLinesPerPage
public int nrLinesDocHeader
public String fileCompression
public boolean noEmptyLines
public boolean includeFilename
public String filenameField
public boolean includeRowNumber
public String rowNumberField
public boolean rowNumberByFile
public String fileFormat
public String encoding
public long rowLimit
public boolean dateFormatLenient
public Locale dateFormatLocale
public String length
public void setDateFormatLocale(String locale)
Copyright © 2018 Hitachi Vantara. All rights reserved.