public class ExcelInputMeta extends BaseStepMeta implements StepMetaInterface
Modifier and Type | Field and Description |
---|---|
static String[] |
RequiredFilesCode |
static String[] |
RequiredFilesDesc |
static String |
STRING_SEPARATOR |
static int |
TYPE_TRIM_BOTH |
static String[] |
type_trim_code |
static String[] |
type_trim_desc |
static int |
TYPE_TRIM_LEFT |
static int |
TYPE_TRIM_NONE |
static int |
TYPE_TRIM_RIGHT |
attributes, databases, ioMeta, log, loggingObject, parentStepMeta, repository, STEP_ATTRIBUTES_FILE
Constructor and Description |
---|
ExcelInputMeta() |
Modifier and Type | Method and Description |
---|---|
void |
afterInjectionSynchronization()
If we use injection we can have different arrays lengths.
|
void |
allocate(int nrfiles,
int nrsheets,
int nrfields) |
void |
allocateFiles(int nrfiles) |
void |
check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info,
VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
Checks the settings of this step and puts the findings in a remarks List.
|
Object |
clone()
Make an exact copy of this step, make sure to explicitly copy Collections etc.
|
String |
exportResources(VariableSpace space,
Map<String,ResourceDefinition> definitions,
ResourceNamingInterface resourceNamingInterface,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore) |
String |
getAcceptingField() |
StepMeta |
getAcceptingStep() |
String |
getAcceptingStepName() |
String |
getBadLineFilesExtension() |
RowMetaInterface |
getEmptyFields() |
String |
getEncoding() |
String |
getErrorFilesDestinationDirectory() |
String |
getErrorFilesExtension() |
String[] |
getExcludeFileMask() |
String[] |
getExludeFileMask()
Deprecated.
|
String |
getExtensionField() |
ExcelInputField[] |
getField() |
void |
getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
Gets the fields.
|
String |
getFileField() |
FileInputList |
getFileList(VariableSpace space) |
String[] |
getFileMask() |
String[] |
getFileName() |
String[] |
getFilePaths(VariableSpace space) |
String[] |
getFileRequired() |
String[] |
getIncludeSubFolders() |
String[] |
getInfoSteps() |
String |
getLastModificationDateField() |
String |
getLineNumberFilesDestinationDirectory() |
String |
getLineNumberFilesExtension() |
String |
getLookupStepname() |
String |
getPathField() |
String |
getRequiredFilesCode(String tt) |
String |
getRequiredFilesDesc(String tt) |
String |
getRootUriField() |
long |
getRowLimit() |
String |
getRowNumberField() |
String |
getSheetField() |
String[] |
getSheetName() |
String |
getSheetRowNumberField() |
String |
getShortFileNameField() |
String |
getSizeField() |
SpreadSheetType |
getSpreadSheetType() |
int[] |
getStartColumn() |
int[] |
getStartRow() |
StepInterface |
getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
Get the executing step, needed by Trans to launch a step.
|
StepDataInterface |
getStepData()
Get a new instance of the appropriate data class.
|
static int |
getTrimTypeByCode(String tt) |
static int |
getTrimTypeByDesc(String tt) |
static String |
getTrimTypeCode(int i) |
static String |
getTrimTypeDesc(int i) |
String |
getUriField() |
String[] |
getUsedLibraries() |
String |
getWarningFilesDestinationDirectory() |
String |
getXML()
Produces the XML string that describes this step's information.
|
boolean |
ignoreEmptyRows() |
boolean |
isAcceptingFilenames() |
boolean |
isAddResultFile() |
boolean |
isErrorIgnored() |
boolean |
isErrorLineSkipped() |
String |
isHiddenField() |
boolean |
isStrictTypes() |
void |
loadXML(Node stepnode,
List<DatabaseMeta> databases,
org.pentaho.metastore.api.IMetaStore metaStore)
Load the values for this step from an XML Node
|
void |
normilizeAllocation() |
int[] |
normilizeArray(int[] array,
int length) |
String[] |
normilizeArray(String[] array,
int length) |
boolean |
readAllSheets()
Read all sheets if the sheet names are left blank.
|
void |
readRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId id_step,
List<DatabaseMeta> databases)
Read the steps information from a Kettle repository
|
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId id_transformation,
ObjectId id_step)
Save the steps data into a Kettle repository
|
void |
searchInfoAndTargetSteps(List<StepMeta> steps)
Change step names into step objects to allow them to be name-changed etc.
|
void |
setAcceptingField(String acceptingField) |
void |
setAcceptingFilenames(boolean acceptingFilenames) |
void |
setAcceptingStep(StepMeta acceptingStep) |
void |
setAcceptingStepName(String acceptingStepName) |
void |
setAddResultFile(boolean isaddresult) |
void |
setBadLineFilesExtension(String badLineFilesExtension) |
void |
setDefault()
Set default values
|
void |
setEncoding(String encoding) |
void |
setErrorFilesDestinationDirectory(String errorLineFilesDestinationDirectory) |
void |
setErrorFilesExtension(String errorLineFilesExtension) |
void |
setErrorIgnored(boolean errorIgnored) |
void |
setErrorLineSkipped(boolean errorLineSkipped) |
void |
setExcludeFileMask(String[] excludeFileMask) |
void |
setExtensionField(String field) |
void |
setField(ExcelInputField[] fields) |
void |
setFileField(String fileField) |
void |
setFileMask(String[] fileMask) |
void |
setFileName(String[] fileName) |
void |
setFileRequired(String[] fileRequiredin) |
void |
setIgnoreEmptyRows(boolean ignoreEmptyRows) |
void |
setIncludeSubFolders(String[] includeSubFoldersin) |
void |
setIsHiddenField(String field) |
void |
setLastModificationDateField(String field) |
void |
setLineNumberFilesDestinationDirectory(String lineNumberFilesDestinationDirectory) |
void |
setLineNumberFilesExtension(String lineNumberFilesExtension) |
void |
setPathField(String field) |
void |
setRootUriField(String field) |
void |
setRowLimit(long rowLimit) |
void |
setRowNumberField(String rowNumberField) |
void |
setSheetField(String sheetField) |
void |
setSheetName(String[] sheetName) |
void |
setSheetRowNumberField(String rowNumberField) |
void |
setShortFileNameField(String field) |
void |
setSizeField(String field) |
void |
setSpreadSheetType(SpreadSheetType spreadSheetType) |
void |
setStartColumn(int[] startColumn) |
void |
setStartRow(int[] startRow) |
void |
setStartsWithHeader(boolean startsWithHeader) |
void |
setStopOnEmpty(boolean stopOnEmpty) |
void |
setStrictTypes(boolean strictTypes) |
void |
setUriField(String field) |
void |
setWarningFilesDestinationDirectory(String badLineFilesDestinationDirectory) |
boolean |
startsWithHeader() |
boolean |
stopOnEmpty() |
analyseImpact, analyseImpact, cancelQueries, check, check, createEntry, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, extractStepMetadataEntries, findAttribute, findParent, findParentEntry, getActiveReferencedObjectDescription, getDescription, getDialogClassName, getFields, getLog, getLogChannelId, getName, getObjectCopy, getObjectId, getObjectRevision, getObjectType, getOptionalStreams, getParent, getParentStepMeta, getReferencedObjectDescriptions, getRepCode, getRepositoryDirectory, getRequiredFields, getRequiredFields, getResourceDependencies, getSQLStatements, getSQLStatements, getStepInjectionMetadataEntries, getStepIOMeta, getStepMetaInjectionInterface, getSupportedTransformationTypes, getTableFields, getTooltip, getUsedArguments, getUsedDatabaseConnections, getXmlCode, handleStreamSelection, hasChanged, hasRepositoryReferences, isBasic, isDebug, isDetailed, isReferencedObjectEnabled, isRowLevel, loadReferencedObject, loadReferencedObject, loadStepAttributes, loadXML, loadXML, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, lookupRepositoryReferences, readRep, readRep, resetStepIoMeta, saveRep, setChanged, setChanged, setParentStepMeta, supportsErrorHandling
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
analyseImpact, analyseImpact, cancelQueries, check, cleanAfterHopFromRemove, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, extractStepMetadataEntries, getActiveReferencedObjectDescription, getDialogClassName, getFields, getOptionalStreams, getParentStepMeta, getReferencedObjectDescriptions, getRequiredFields, getResourceDependencies, getSQLStatements, getSQLStatements, getStepIOMeta, getStepMetaInjectionInterface, getSupportedTransformationTypes, getTableFields, getUsedArguments, getUsedDatabaseConnections, handleStreamSelection, hasChanged, hasRepositoryReferences, isReferencedObjectEnabled, loadReferencedObject, loadXML, lookupRepositoryReferences, passDataToServletOutput, readRep, resetStepIoMeta, saveRep, setChanged, setParentStepMeta, supportsErrorHandling
public static final String[] RequiredFilesDesc
public static final String[] RequiredFilesCode
public static final int TYPE_TRIM_NONE
public static final int TYPE_TRIM_LEFT
public static final int TYPE_TRIM_RIGHT
public static final int TYPE_TRIM_BOTH
public static final String[] type_trim_code
public static final String[] type_trim_desc
public static final String STRING_SEPARATOR
public String getShortFileNameField()
public void setShortFileNameField(String field)
field
- The shortFileFieldName to set.public String getPathField()
public void setPathField(String field)
field
- The pathFieldName to set.public String isHiddenField()
public void setIsHiddenField(String field)
field
- The hiddenFieldName to set.public String getLastModificationDateField()
public void setLastModificationDateField(String field)
field
- The lastModificationTimeFieldName to set.public String getUriField()
public void setUriField(String field)
field
- The uriNameFieldName to set.public String getRootUriField()
public void setRootUriField(String field)
field
- The rootUriNameFieldName to set.public String getExtensionField()
public void setExtensionField(String field)
field
- The extensionFieldName to set.public String getSizeField()
public void setSizeField(String field)
field
- The sizeFieldName to set.public ExcelInputField[] getField()
public void setField(ExcelInputField[] fields)
fields
- The excel input fields to set.public String getFileField()
public void setFileField(String fileField)
fileField
- The fileField to set.public String[] getFileMask()
public void setFileMask(String[] fileMask)
fileMask
- The fileMask to set.@Deprecated public String[] getExludeFileMask()
public String[] getExcludeFileMask()
public void setExcludeFileMask(String[] excludeFileMask)
excludeFileMask
- The excludeFileMask to set.public String[] getIncludeSubFolders()
public void setIncludeSubFolders(String[] includeSubFoldersin)
public String[] getFileName()
public void setFileName(String[] fileName)
fileName
- The fileName to set.public boolean ignoreEmptyRows()
public void setIgnoreEmptyRows(boolean ignoreEmptyRows)
ignoreEmptyRows
- The ignoreEmptyRows to set.public long getRowLimit()
public void setRowLimit(long rowLimit)
rowLimit
- The rowLimit to set.public String getRowNumberField()
public void setRowNumberField(String rowNumberField)
rowNumberField
- The rowNumberField to set.public String getSheetRowNumberField()
public void setSheetRowNumberField(String rowNumberField)
rowNumberField
- The rowNumberField to set.public String getSheetField()
public void setSheetField(String sheetField)
sheetField
- The sheetField to set.public String[] getSheetName()
public void setSheetName(String[] sheetName)
sheetName
- The sheetName to set.public int[] getStartColumn()
public void setStartColumn(int[] startColumn)
startColumn
- The startColumn to set.public int[] getStartRow()
public void setStartRow(int[] startRow)
startRow
- The startRow to set.public boolean startsWithHeader()
public void setStartsWithHeader(boolean startsWithHeader)
startsWithHeader
- The startsWithHeader to set.public boolean stopOnEmpty()
public void setStopOnEmpty(boolean stopOnEmpty)
stopOnEmpty
- The stopOnEmpty to set.public void loadXML(Node stepnode, List<DatabaseMeta> databases, org.pentaho.metastore.api.IMetaStore metaStore) throws KettleXMLException
StepMetaInterface
loadXML
in interface StepMetaInterface
loadXML
in class BaseStepMeta
stepnode
- the Node to get the info fromdatabases
- The available list of databases to reference tometaStore
- the metastore to optionally load external reference metadata fromKettleXMLException
- When an unexpected XML error occurred. (malformed etc.)public Object clone()
StepMetaInterface
clone
in interface StepMetaInterface
clone
in class BaseStepMeta
public int[] normilizeArray(int[] array, int length)
public void normilizeAllocation()
public void allocate(int nrfiles, int nrsheets, int nrfields)
public void allocateFiles(int nrfiles)
public void setDefault()
StepMetaInterface
setDefault
in interface StepMetaInterface
public void getFields(RowMetaInterface row, String name, RowMetaInterface[] info, StepMeta nextStep, VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) throws KettleStepException
BaseStepMeta
getFields
in interface StepMetaInterface
getFields
in class BaseStepMeta
row
- the input row meta that is modified in this method to reflect the output row metadata of the stepname
- Name of the step to use as input for the origin field in the valuesinfo
- Fields used as extra lookup informationnextStep
- the next step that is targetedspace
- the space The variable space to use to replace variablesrepository
- the repository to use to load Kettle metadata objects impacting the output fieldsmetaStore
- the MetaStore to use to load additional external data or metadata impacting the output fieldsKettleStepException
- the kettle step exceptionpublic String getXML()
BaseStepMeta
getXML
in interface StepMetaInterface
getXML
in class BaseStepMeta
public void readRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_step, List<DatabaseMeta> databases) throws KettleException
StepMetaInterface
readRep
in interface StepMetaInterface
readRep
in class BaseStepMeta
rep
- The repository to read frommetaStore
- The MetaStore to read external information fromid_step
- The step IDdatabases
- The databases to referenceKettleException
- When an unexpected error occurred (database, network, etc)public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_transformation, ObjectId id_step) throws KettleException
StepMetaInterface
saveRep
in interface StepMetaInterface
saveRep
in class BaseStepMeta
rep
- The Kettle repository to save tometaStore
- the metaStore to optionally write toid_transformation
- The transformation IDid_step
- The step IDKettleException
- When an unexpected error occurred (database, network, etc)public static final int getTrimTypeByCode(String tt)
public static final int getTrimTypeByDesc(String tt)
public static final String getTrimTypeCode(int i)
public static final String getTrimTypeDesc(int i)
public String[] getFilePaths(VariableSpace space)
public FileInputList getFileList(VariableSpace space)
public String getLookupStepname()
public void searchInfoAndTargetSteps(List<StepMeta> steps)
BaseStepMeta
searchInfoAndTargetSteps
in interface StepMetaInterface
searchInfoAndTargetSteps
in class BaseStepMeta
steps
- the steps to referencepublic String[] getInfoSteps()
public void check(List<CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info, VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
StepMetaInterface
check
in interface StepMetaInterface
check
in class BaseStepMeta
remarks
- The list to put the remarks in @see org.pentaho.di.core.CheckResultstepMeta
- The stepMeta to help checkingprev
- The fields coming from the previous stepinput
- The input step namesoutput
- The output step namesinfo
- The fields that are used as information by the stepspace
- the variable space to resolve variable expressions withrepository
- the repository to use to load Kettle metadata objects impacting the output fieldsmetaStore
- the MetaStore to use to load additional external data or metadata impacting the output fieldspublic RowMetaInterface getEmptyFields()
public StepInterface getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
StepMetaInterface
getStep
in interface StepMetaInterface
stepMeta
- The step infostepDataInterface
- the step data interface linked to this step. Here the step can store temporary data, database connections,
etc.cnr
- The copy nr to gettransMeta
- The transformation infotrans
- The launching transformationpublic StepDataInterface getStepData()
StepMetaInterface
getStepData
in interface StepMetaInterface
public String getWarningFilesDestinationDirectory()
public void setWarningFilesDestinationDirectory(String badLineFilesDestinationDirectory)
public String getBadLineFilesExtension()
public void setBadLineFilesExtension(String badLineFilesExtension)
public boolean isErrorIgnored()
public void setErrorIgnored(boolean errorIgnored)
public String getErrorFilesDestinationDirectory()
public void setErrorFilesDestinationDirectory(String errorLineFilesDestinationDirectory)
public String getErrorFilesExtension()
public void setErrorFilesExtension(String errorLineFilesExtension)
public String getLineNumberFilesDestinationDirectory()
public void setLineNumberFilesDestinationDirectory(String lineNumberFilesDestinationDirectory)
public String getLineNumberFilesExtension()
public void setLineNumberFilesExtension(String lineNumberFilesExtension)
public boolean isErrorLineSkipped()
public void setErrorLineSkipped(boolean errorLineSkipped)
public boolean isStrictTypes()
public void setStrictTypes(boolean strictTypes)
public String[] getFileRequired()
public void setFileRequired(String[] fileRequiredin)
public String getAcceptingField()
public void setAcceptingField(String acceptingField)
acceptingField
- The acceptingField to set.public boolean isAcceptingFilenames()
public void setAcceptingFilenames(boolean acceptingFilenames)
acceptingFilenames
- The acceptingFilenames to set.public StepMeta getAcceptingStep()
public void setAcceptingStep(StepMeta acceptingStep)
acceptingStep
- The acceptingStep to set.public String getAcceptingStepName()
public void setAcceptingStepName(String acceptingStepName)
acceptingStepName
- The acceptingStepName to set.public String[] getUsedLibraries()
getUsedLibraries
in interface StepMetaInterface
getUsedLibraries
in class BaseStepMeta
public String getEncoding()
public void setEncoding(String encoding)
encoding
- the encoding to setpublic void setAddResultFile(boolean isaddresult)
isaddresult
- The isaddresult to set.public boolean isAddResultFile()
public boolean readAllSheets()
public String exportResources(VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) throws KettleException
exportResources
in interface StepMetaInterface
exportResources
in class BaseStepMeta
space
- the variable space to usedefinitions
- resourceNamingInterface
- repository
- The repository to optionally load other resources from (to be converted to XML)metaStore
- the metaStore in which non-kettle metadata could reside.KettleException
public SpreadSheetType getSpreadSheetType()
public void setSpreadSheetType(SpreadSheetType spreadSheetType)
public void afterInjectionSynchronization()
Copyright © 2018 Hitachi Vantara. All rights reserved.