public class ExcelInputMeta extends BaseStepMeta implements StepMetaInterface
| 限定符和类型 | 字段和说明 |
|---|---|
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, log, loggingObject, parentStepMeta, repository, STEP_ATTRIBUTES_FILE| 构造器和说明 |
|---|
ExcelInputMeta() |
| 限定符和类型 | 方法和说明 |
|---|---|
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<org.pentaho.di.core.CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
org.pentaho.di.core.row.RowMetaInterface prev,
String[] input,
String[] output,
org.pentaho.di.core.row.RowMetaInterface info,
org.pentaho.di.core.variables.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(org.pentaho.di.core.variables.VariableSpace space,
Map<String,ResourceDefinition> definitions,
ResourceNamingInterface resourceNamingInterface,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore) |
String |
getAcceptingField() |
StepMeta |
getAcceptingStep() |
String |
getAcceptingStepName() |
String |
getBadLineFilesExtension() |
org.pentaho.di.core.row.RowMetaInterface |
getEmptyFields() |
String |
getEncoding() |
String |
getErrorFilesDestinationDirectory() |
String |
getErrorFilesExtension() |
String[] |
getExcludeFileMask() |
String[] |
getExludeFileMask()
已过时。
|
String |
getExtensionField() |
ExcelInputField[] |
getField() |
void |
getFields(org.pentaho.di.core.row.RowMetaInterface row,
String name,
org.pentaho.di.core.row.RowMetaInterface[] info,
StepMeta nextStep,
org.pentaho.di.core.variables.VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
Gets the fields.
|
String |
getFileField() |
org.pentaho.di.core.fileinput.FileInputList |
getFileList(org.pentaho.di.core.variables.VariableSpace space) |
String[] |
getFileMask() |
String[] |
getFileName() |
String[] |
getFilePaths(org.pentaho.di.core.variables.VariableSpace space) |
String[] |
getFileRequired() |
String[] |
getIncludeSubFolders() |
String[] |
getInfoSteps() |
String |
getLastModificationDateField() |
String |
getLineNumberFilesDestinationDirectory() |
String |
getLineNumberFilesExtension() |
String |
getLookupStepname() |
String |
getPassword() |
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<org.pentaho.di.core.database.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,
org.pentaho.di.repository.ObjectId id_step,
List<org.pentaho.di.core.database.DatabaseMeta> databases)
Read the steps information from a Kettle repository
|
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.repository.ObjectId id_transformation,
org.pentaho.di.repository.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 |
setPassword(String password) |
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, 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, setStepIOMeta, supportsErrorHandlingequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanalyseImpact, analyseImpact, cancelQueries, check, cleanAfterHopFromRemove, cleanAfterHopFromRemove, cleanAfterHopToRemove, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, extractStepMetadataEntries, fetchTransMeta, 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, supportsErrorHandlingpublic 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 String getShortFileNameField()
public void setShortFileNameField(String field)
field - The shortFileFieldName to set.public String getPassword()
public void setPassword(String password)
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<org.pentaho.di.core.database.DatabaseMeta> databases, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleXMLException
StepMetaInterfaceloadXML 在接口中 StepMetaInterfaceloadXML 在类中 BaseStepMetastepnode - the Node to get the info fromdatabases - The available list of databases to reference tometaStore - the metastore to optionally load external reference metadata fromorg.pentaho.di.core.exception.KettleXMLException - When an unexpected XML error occurred. (malformed etc.)public Object clone()
StepMetaInterfaceclone 在接口中 StepMetaInterfaceclone 在类中 BaseStepMetapublic 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()
StepMetaInterfacesetDefault 在接口中 StepMetaInterfacepublic void getFields(org.pentaho.di.core.row.RowMetaInterface row,
String name,
org.pentaho.di.core.row.RowMetaInterface[] info,
StepMeta nextStep,
org.pentaho.di.core.variables.VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
throws org.pentaho.di.core.exception.KettleStepException
BaseStepMetagetFields 在接口中 StepMetaInterfacegetFields 在类中 BaseStepMetarow - 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 fieldsorg.pentaho.di.core.exception.KettleStepException - the kettle step exceptionpublic String getXML()
BaseStepMetagetXML 在接口中 StepMetaInterfacegetXML 在类中 BaseStepMetapublic void readRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_step, List<org.pentaho.di.core.database.DatabaseMeta> databases) throws org.pentaho.di.core.exception.KettleException
StepMetaInterfacereadRep 在接口中 StepMetaInterfacereadRep 在类中 BaseStepMetarep - The repository to read frommetaStore - The MetaStore to read external information fromid_step - The step IDdatabases - The databases to referenceorg.pentaho.di.core.exception.KettleException - When an unexpected error occurred (database, network, etc)public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException
StepMetaInterfacesaveRep 在接口中 StepMetaInterfacesaveRep 在类中 BaseStepMetarep - The Kettle repository to save tometaStore - the metaStore to optionally write toid_transformation - The transformation IDid_step - The step IDorg.pentaho.di.core.exception.KettleException - 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(org.pentaho.di.core.variables.VariableSpace space)
public org.pentaho.di.core.fileinput.FileInputList getFileList(org.pentaho.di.core.variables.VariableSpace space)
public String getLookupStepname()
public void searchInfoAndTargetSteps(List<StepMeta> steps)
BaseStepMetasearchInfoAndTargetSteps 在接口中 StepMetaInterfacesearchInfoAndTargetSteps 在类中 BaseStepMetasteps - the steps to referencepublic String[] getInfoSteps()
public void check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
StepMetaInterfacecheck 在接口中 StepMetaInterfacecheck 在类中 BaseStepMetaremarks - 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 org.pentaho.di.core.row.RowMetaInterface getEmptyFields()
public StepInterface getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
StepMetaInterfacegetStep 在接口中 StepMetaInterfacestepMeta - 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()
StepMetaInterfacegetStepData 在接口中 StepMetaInterfacepublic 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 在接口中 StepMetaInterfacegetUsedLibraries 在类中 BaseStepMetapublic 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(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleException
exportResources 在接口中 StepMetaInterfaceexportResources 在类中 BaseStepMetaspace - 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.org.pentaho.di.core.exception.KettleExceptionpublic SpreadSheetType getSpreadSheetType()
public void setSpreadSheetType(SpreadSheetType spreadSheetType)
public void afterInjectionSynchronization()
Copyright © 2024 Hitachi Vantara. All rights reserved.