Modifier and Type | Method and Description |
---|---|
protected void |
BeanInjectionInfo.addInjectionProperty(Injection metaInj,
org.pentaho.di.core.injection.bean.BeanLevelInfo leaf) |
Modifier and Type | Method and Description |
---|---|
void |
DimensionLookupMeta.setConnection(String connectionName) |
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 | Field and Description |
---|---|
String |
BaseFileInputFiles.acceptingField
The field in which the filename is placed
|
boolean |
BaseFileInputFiles.acceptingFilenames
Are we accepting filenames in input rows?
|
String |
BaseFileInputFiles.acceptingStepName
The stepname to accept filenames from
|
protected boolean |
BaseFileOutputMeta.dateInFilename
Flag: add the date in the filename
|
String |
BaseFileErrorHandling.errorFilesDestinationDirectory
The directory that will contain error files
|
String |
BaseFileErrorHandling.errorFilesExtension
The extension of error files
|
boolean |
BaseFileErrorHandling.errorIgnored
Ignore error : turn into warnings
|
String[] |
BaseFileInputFiles.excludeFileMask
Wildcard or filemask to exclude (regular expression)
|
protected String |
BaseFileOutputMeta.extension
The file extention in case of a generated filename
|
String |
BaseFileInputAdditionalField.extensionField |
String |
BaseFileErrorHandling.fileErrorField
File error field name.
|
String |
BaseFileErrorHandling.fileErrorMessageField
File error text field name.
|
String[] |
BaseFileInputFiles.fileMask
Wildcard or filemask (regular expression)
|
String[] |
BaseFileInputFiles.fileName
Array of filenames
|
protected String |
BaseFileOutputMeta.fileName
The base name of the output file
|
String[] |
BaseFileInputFiles.fileRequired
Array of boolean values as string, indicating if a file is required.
|
String |
BaseFileInputAdditionalField.hiddenField |
String[] |
BaseFileInputFiles.includeSubFolders
Array of boolean values as string, indicating if we need to fetch sub folders.
|
boolean |
BaseFileInputFiles.isaddresult
The add filenames to result filenames flag
|
String |
BaseFileInputAdditionalField.lastModificationField |
String |
BaseFileErrorHandling.lineNumberFilesDestinationDirectory
The directory that will contain line number files
|
String |
BaseFileErrorHandling.lineNumberFilesExtension
The extension of line number files
|
protected boolean |
BaseFileOutputMeta.partNrInFilename
Flag: add the partition number in the filename
|
boolean |
BaseFileInputFiles.passingThruFields
If receiving input rows, should we pass through existing fields?
|
String |
BaseFileInputAdditionalField.pathField |
String |
BaseFileInputAdditionalField.rootUriField |
String |
BaseFileInputAdditionalField.shortFilenameField
Additional fields
|
String |
BaseFileInputAdditionalField.sizeField |
boolean |
BaseFileErrorHandling.skipBadFiles |
protected boolean |
BaseFileOutputMeta.stepNrInFilename
Flag: add the stepnr in the filename
|
protected boolean |
BaseFileOutputMeta.timeInFilename
Flag: add the time in the filename
|
String |
BaseFileInputAdditionalField.uriField |
String |
BaseFileErrorHandling.warningFilesDestinationDirectory
The directory that will contain warning files
|
String |
BaseFileErrorHandling.warningFilesExtension
The extension of warning files
|
Modifier and Type | Method and Description |
---|---|
void |
BaseFileField.setTrimType(String value) |
void |
BaseFileField.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.
|
String |
TextFileInputMeta.Content.length
Length based on bytes or characters
|
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 |
FilterRowsMeta.setConditionXML(String conditionXML) |
void |
FilterRowsMeta.setFalseStepname(String falseStepname) |
void |
FilterRowsMeta.setTrueStepname(String trueStepname) |
Modifier and Type | Method and Description |
---|---|
void |
GetTableNamesMeta.setConnection(String connectionName) |
Modifier and Type | Method and Description |
---|---|
void |
InsertUpdateMeta.setConnection(String connectionName) |
Modifier and Type | Method and Description |
---|---|
void |
JoinRowsMeta.setCondition(String conditionXML) |
Modifier and Type | Method and Description |
---|---|
void |
OraBulkLoaderMeta.setConnection(String connectionName) |
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 | Field and Description |
---|---|
String |
SwitchCaseTarget.caseTargetStepname
The case target step name (only used during serialization)
|
String |
SwitchCaseTarget.caseValue
The value to switch over
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizeAfterMergeMeta.setConnection(String connectionName) |
Modifier and Type | Method and Description |
---|---|
void |
TableInputMeta.setConnection(String connectionName) |
Modifier and Type | Method and Description |
---|---|
void |
TextFileOutputMeta.setFileFormat(String fileFormat) |
void |
TextFileField.setTrimTypeByDesc(String value) |
void |
TextFileField.setType(String typeDesc) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateMeta.setConnection(String connectionName) |
Modifier and Type | Field and Description |
---|---|
protected String |
BaseStreamStepMeta.batchDuration |
protected String |
BaseStreamStepMeta.batchSize |
protected String |
BaseStreamStepMeta.subStep |
protected String |
BaseStreamStepMeta.transformationPath |
Copyright © 2018 Hitachi Vantara. All rights reserved.