Modifier and Type | Method and Description |
---|---|
void |
ExcelInputField.setTrimType(String trimType) |
void |
ExcelInputField.setType(String typeDesc) |
Modifier and Type | Method and Description |
---|---|
void |
ExcelOutputMeta.setHeaderAlignment(String alignment) |
void |
ExcelOutputMeta.setHeaderFontName(String fontname) |
void |
ExcelOutputMeta.setHeaderFontOrientation(String fontorientation) |
void |
ExcelOutputMeta.setHeaderFontUnderline(String fontunderline) |
void |
ExcelOutputMeta.setRowFontName(String fontname) |
void |
ExcelField.setType(String typeDesc) |
Modifier and Type | Method and Description |
---|---|
void |
FieldSplitterMeta.setFieldTrimType(int index,
String value) |
void |
FieldSplitterMeta.setFieldType(int index,
String value) |
Modifier and Type | Field and Description |
---|---|
String |
BaseFileInputStepMeta.InputFiles.acceptingField
The field in which the filename is placed
|
boolean |
BaseFileInputStepMeta.InputFiles.acceptingFilenames
Are we accepting filenames in input rows?
|
String |
BaseFileInputStepMeta.InputFiles.acceptingStepName
The stepname to accept filenames from
|
String |
BaseFileInputStepMeta.ErrorHandling.errorFilesDestinationDirectory
The directory that will contain error files
|
String |
BaseFileInputStepMeta.ErrorHandling.errorFilesExtension
The extension of error files
|
boolean |
BaseFileInputStepMeta.ErrorHandling.errorIgnored
Ignore error : turn into warnings
|
String[] |
BaseFileInputStepMeta.InputFiles.excludeFileMask
Wildcard or filemask to exclude (regular expression)
|
String |
BaseFileInputStepMeta.AdditionalOutputFields.extensionField |
String |
BaseFileInputStepMeta.ErrorHandling.fileErrorField
File error field name.
|
String |
BaseFileInputStepMeta.ErrorHandling.fileErrorMessageField
File error text field name.
|
String[] |
BaseFileInputStepMeta.InputFiles.fileMask
Wildcard or filemask (regular expression)
|
String[] |
BaseFileInputStepMeta.InputFiles.fileName
Array of filenames
|
String[] |
BaseFileInputStepMeta.InputFiles.fileRequired
Array of boolean values as string, indicating if a file is required.
|
String |
BaseFileInputStepMeta.AdditionalOutputFields.hiddenField |
String[] |
BaseFileInputStepMeta.InputFiles.includeSubFolders
Array of boolean values as string, indicating if we need to fetch sub folders.
|
boolean |
BaseFileInputStepMeta.InputFiles.isaddresult
The add filenames to result filenames flag
|
String |
BaseFileInputStepMeta.AdditionalOutputFields.lastModificationField |
String |
BaseFileInputStepMeta.ErrorHandling.lineNumberFilesDestinationDirectory
The directory that will contain line number files
|
String |
BaseFileInputStepMeta.ErrorHandling.lineNumberFilesExtension
The extension of line number files
|
boolean |
BaseFileInputStepMeta.InputFiles.passingThruFields
If receiving input rows, should we pass through existing fields?
|
String |
BaseFileInputStepMeta.AdditionalOutputFields.pathField |
String |
BaseFileInputStepMeta.AdditionalOutputFields.rootUriField |
String |
BaseFileInputStepMeta.AdditionalOutputFields.shortFilenameField
Additional fields
|
String |
BaseFileInputStepMeta.AdditionalOutputFields.sizeField |
boolean |
BaseFileInputStepMeta.ErrorHandling.skipBadFiles |
String |
BaseFileInputStepMeta.AdditionalOutputFields.uriField |
String |
BaseFileInputStepMeta.ErrorHandling.warningFilesDestinationDirectory
The directory that will contain warning files
|
String |
BaseFileInputStepMeta.ErrorHandling.warningFilesExtension
The extension of warning files
|
Modifier and Type | Method and Description |
---|---|
void |
BaseFileInputField.setTrimType(String value) |
void |
BaseFileInputField.setType(String value) |
Modifier and Type | Field and Description |
---|---|
boolean |
TextFileInputMeta.Content.breakInEnclosureAllowed
Switch to allow breaks (CR/LF) in Enclosures
|
boolean |
TextFileInputMeta.Content.dateFormatLenient
Indicate whether or not we want to date fields strictly according to the format or lenient
|
String |
TextFileInputMeta.Content.enclosure
String used to enclose separated fields (")
|
String |
TextFileInputMeta.Content.encoding
The encoding to use for reading: null or empty string means system default encoding
|
String |
TextFileInputMeta.errorCountField
The name of the field that will contain the number of errors in the row
|
String |
TextFileInputMeta.errorFieldsField
The name of the field that will contain the names of the fields that generated errors, separated by ,
|
boolean |
TextFileInputMeta.errorLineSkipped
If error line are skipped, you can replay without introducing doubles.
|
String |
TextFileInputMeta.errorTextField
The name of the field that will contain the error texts, separated by CR
|
String |
TextFileInputMeta.Content.escapeCharacter
Escape character used to escape the enclosure String (\)
|
String |
TextFileInputMeta.Content.fileCompression
Type of compression being used
|
String |
TextFileInputMeta.Content.fileFormat
The file format: DOS or UNIX or mixed
|
String |
TextFileInputMeta.Content.filenameField
The name of the field in the output containing the filename
|
String |
TextFileInputMeta.Content.fileType
Type of file: CSV or fixed
|
boolean |
TextFileInputMeta.Content.footer
Flag indicating that the file contains one footer line that should be skipped.
|
boolean |
TextFileInputMeta.Content.header
Flag indicating that the file contains one header line that should be skipped.
|
boolean |
TextFileInputMeta.Content.includeFilename
Flag indicating that we should include the filename in the output
|
boolean |
TextFileInputMeta.Content.includeRowNumber
Flag indicating that a row number field should be included in the output
|
boolean |
TextFileInputMeta.Content.layoutPaged
Flag indicating that the text-file has a paged layout.
|
boolean |
TextFileInputMeta.Content.lineWrapped
Flag indicating that a single line is wrapped onto one or more lines in the text file.
|
boolean |
TextFileInputMeta.Content.noEmptyLines
Flag indicating that we should skip all empty lines
|
int |
TextFileInputMeta.Content.nrFooterLines
The number of footer lines, defaults to 1
|
int |
TextFileInputMeta.Content.nrHeaderLines
The number of header lines, defaults to 1
|
int |
TextFileInputMeta.Content.nrLinesDocHeader
The number of lines in the document header
|
int |
TextFileInputMeta.Content.nrLinesPerPage
The number of lines to read per page
|
int |
TextFileInputMeta.Content.nrWraps
The number of times the line wrapped
|
long |
TextFileInputMeta.Content.rowLimit
The maximum number or lines to read
|
boolean |
TextFileInputMeta.Content.rowNumberByFile
Flag indicating row number is per file
|
String |
TextFileInputMeta.Content.rowNumberField
The name of the field in the output containing the row number
|
String |
TextFileInputMeta.Content.separator
String used to separated field (;)
|
Modifier and Type | Method and Description |
---|---|
void |
TextFileInputMeta.Content.setDateFormatLocale(String locale) |
Modifier and Type | Method and Description |
---|---|
void |
PentahoReportingOutputMeta.Param.setField(String value) |
void |
PentahoReportingOutputMeta.Param.setParameter(String value) |
Modifier and Type | Method and Description |
---|---|
void |
SelectMetadataChange.setStorageType(String storageType) |
void |
SelectMetadataChange.setType(String value) |
Modifier and Type | Method and Description |
---|---|
void |
TextFileField.setTrimTypeByDesc(String value) |
void |
TextFileField.setType(String typeDesc) |