Uses of Class
org.pentaho.di.trans.step.BaseStep
Packages that use BaseStep
Package
Description
-
Uses of BaseStep in org.pentaho.di.core.util
Subclasses of BaseStep in org.pentaho.di.core.util -
Uses of BaseStep in org.pentaho.di.trans.step
Subclasses of BaseStep in org.pentaho.di.trans.stepModifier and TypeClassDescriptionclass
Base step extension that is responsible for Database connection and datasource management for steps that require it.Methods in org.pentaho.di.trans.step with parameters of type BaseStepModifier and TypeMethodDescriptionorg.pentaho.di.core.BlockingRowSet
RemoteStep.openReaderSocket
(BaseStep baseStep) void
RemoteStep.openServerSocket
(BaseStep baseStep) -
Uses of BaseStep in org.pentaho.di.trans.step.errorhandling
Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type BaseStepModifierConstructorDescriptionAbstractFileErrorHandler
(Date date, String destinationDirectory, String fileExtension, String encoding, BaseStep baseStep) FileErrorHandlerContentLineNumber
(Date date, String destinationDirectory, String fileExtension, String encoding, BaseStep baseStep) FileErrorHandlerMissingFiles
(Date date, String destinationDirectory, String fileExtension, String encoding, BaseStep baseStep) -
Uses of BaseStep in org.pentaho.di.trans.steps.calculator
Subclasses of BaseStep in org.pentaho.di.trans.steps.calculatorModifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.constant
Subclasses of BaseStep in org.pentaho.di.trans.steps.constant -
Uses of BaseStep in org.pentaho.di.trans.steps.csvinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.csvinputModifier and TypeClassDescriptionclass
Read a simple CSV file Just output Strings found in the file... -
Uses of BaseStep in org.pentaho.di.trans.steps.databasejoin
Subclasses of BaseStep in org.pentaho.di.trans.steps.databasejoinModifier and TypeClassDescriptionclass
Use values from input streams to joins with values in a database. -
Uses of BaseStep in org.pentaho.di.trans.steps.databaselookup
Subclasses of BaseStep in org.pentaho.di.trans.steps.databaselookupModifier and TypeClassDescriptionclass
Looks up values in a database using keys from input streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.datagrid
Subclasses of BaseStep in org.pentaho.di.trans.steps.datagrid -
Uses of BaseStep in org.pentaho.di.trans.steps.dbproc
Subclasses of BaseStep in org.pentaho.di.trans.steps.dbprocModifier and TypeClassDescriptionclass
Retrieves values from a database by calling database stored procedures or functions -
Uses of BaseStep in org.pentaho.di.trans.steps.delete
Subclasses of BaseStep in org.pentaho.di.trans.steps.delete -
Uses of BaseStep in org.pentaho.di.trans.steps.denormaliser
Subclasses of BaseStep in org.pentaho.di.trans.steps.denormaliser -
Uses of BaseStep in org.pentaho.di.trans.steps.detectemptystream
Subclasses of BaseStep in org.pentaho.di.trans.steps.detectemptystream -
Uses of BaseStep in org.pentaho.di.trans.steps.detectlastrow
Subclasses of BaseStep in org.pentaho.di.trans.steps.detectlastrow -
Uses of BaseStep in org.pentaho.di.trans.steps.dimensionlookup
Subclasses of BaseStep in org.pentaho.di.trans.steps.dimensionlookupModifier and TypeClassDescriptionclass
Manages a slowly changing dimension (lookup or update) -
Uses of BaseStep in org.pentaho.di.trans.steps.dummytrans
Subclasses of BaseStep in org.pentaho.di.trans.steps.dummytrans -
Uses of BaseStep in org.pentaho.di.trans.steps.dynamicsqlrow
Subclasses of BaseStep in org.pentaho.di.trans.steps.dynamicsqlrow -
Uses of BaseStep in org.pentaho.di.trans.steps.execprocess
Subclasses of BaseStep in org.pentaho.di.trans.steps.execprocess -
Uses of BaseStep in org.pentaho.di.trans.steps.execsqlrow
Subclasses of BaseStep in org.pentaho.di.trans.steps.execsqlrowModifier and TypeClassDescriptionclass
Execute one or more SQL statements in a script, one time or parameterised (for every row) -
Uses of BaseStep in org.pentaho.di.trans.steps.fieldschangesequence
Subclasses of BaseStep in org.pentaho.di.trans.steps.fieldschangesequence -
Uses of BaseStep in org.pentaho.di.trans.steps.fieldsplitter
Subclasses of BaseStep in org.pentaho.di.trans.steps.fieldsplitterModifier and TypeClassDescriptionclass
Split a single String fields into multiple parts based on certain conditions. -
Uses of BaseStep in org.pentaho.di.trans.steps.file
Subclasses of BaseStep in org.pentaho.di.trans.steps.fileModifier and TypeClassDescriptionclass
BaseFileInputStep<M extends BaseFileInputMeta<?,
?, ?>, D extends BaseFileInputStepData> This class contains base functionality for file-based input steps. -
Uses of BaseStep in org.pentaho.di.trans.steps.fileexists
Subclasses of BaseStep in org.pentaho.di.trans.steps.fileexists -
Uses of BaseStep in org.pentaho.di.trans.steps.fileinput.text
Subclasses of BaseStep in org.pentaho.di.trans.steps.fileinput.textModifier and TypeClassDescriptionclass
Read all sorts of text files, convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.filelocked
Subclasses of BaseStep in org.pentaho.di.trans.steps.filelocked -
Uses of BaseStep in org.pentaho.di.trans.steps.filesfromresult
Subclasses of BaseStep in org.pentaho.di.trans.steps.filesfromresultModifier and TypeClassDescriptionclass
Reads results from a previous transformation in a Job -
Uses of BaseStep in org.pentaho.di.trans.steps.filestoresult
Subclasses of BaseStep in org.pentaho.di.trans.steps.filestoresultModifier and TypeClassDescriptionclass
Writes filenames to a next job entry in a Job -
Uses of BaseStep in org.pentaho.di.trans.steps.filterrows
Subclasses of BaseStep in org.pentaho.di.trans.steps.filterrows -
Uses of BaseStep in org.pentaho.di.trans.steps.fixedinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.fixedinputModifier and TypeClassDescriptionclass
Read a simple fixed width file Just output fields found in the file... -
Uses of BaseStep in org.pentaho.di.trans.steps.flattener
Subclasses of BaseStep in org.pentaho.di.trans.steps.flattener -
Uses of BaseStep in org.pentaho.di.trans.steps.formula
Subclasses of BaseStep in org.pentaho.di.trans.steps.formulaModifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.fuzzymatch
Subclasses of BaseStep in org.pentaho.di.trans.steps.fuzzymatchModifier and TypeClassDescriptionclass
Performs a fuzzy match for each main stream field row An approximative match is done in a lookup stream -
Uses of BaseStep in org.pentaho.di.trans.steps.getfilenames
Subclasses of BaseStep in org.pentaho.di.trans.steps.getfilenamesModifier and TypeClassDescriptionclass
Read all sorts of text files, convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.getfilesrowscount
Subclasses of BaseStep in org.pentaho.di.trans.steps.getfilesrowscount -
Uses of BaseStep in org.pentaho.di.trans.steps.getslavesequence
Subclasses of BaseStep in org.pentaho.di.trans.steps.getslavesequenceModifier and TypeClassDescriptionclass
Adds a sequential number to a stream of rows. -
Uses of BaseStep in org.pentaho.di.trans.steps.getsubfolders
Subclasses of BaseStep in org.pentaho.di.trans.steps.getsubfoldersModifier and TypeClassDescriptionclass
Read all subfolder inside a specified folder and convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.gettablenames
Subclasses of BaseStep in org.pentaho.di.trans.steps.gettablenamesModifier and TypeClassDescriptionclass
Return tables name list from Database connection * -
Uses of BaseStep in org.pentaho.di.trans.steps.getvariable
Subclasses of BaseStep in org.pentaho.di.trans.steps.getvariableModifier and TypeClassDescriptionclass
Get information from the System or the supervising transformation. -
Uses of BaseStep in org.pentaho.di.trans.steps.groupby
Subclasses of BaseStep in org.pentaho.di.trans.steps.groupby -
Uses of BaseStep in org.pentaho.di.trans.steps.http
Subclasses of BaseStep in org.pentaho.di.trans.steps.http -
Uses of BaseStep in org.pentaho.di.trans.steps.httppost
Subclasses of BaseStep in org.pentaho.di.trans.steps.httppost -
Uses of BaseStep in org.pentaho.di.trans.steps.ifnull
Subclasses of BaseStep in org.pentaho.di.trans.steps.ifnull -
Uses of BaseStep in org.pentaho.di.trans.steps.injector
Subclasses of BaseStep in org.pentaho.di.trans.steps.injectorModifier and TypeClassDescriptionclass
Executor class to allow a java program to inject rows of data into a transformation. -
Uses of BaseStep in org.pentaho.di.trans.steps.insertupdate
Subclasses of BaseStep in org.pentaho.di.trans.steps.insertupdate -
Uses of BaseStep in org.pentaho.di.trans.steps.janino
Subclasses of BaseStep in org.pentaho.di.trans.steps.janinoModifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.javafilter
Subclasses of BaseStep in org.pentaho.di.trans.steps.javafilterModifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.jobexecutor
Subclasses of BaseStep in org.pentaho.di.trans.steps.jobexecutor -
Uses of BaseStep in org.pentaho.di.trans.steps.joinrows
Subclasses of BaseStep in org.pentaho.di.trans.steps.joinrowsModifier and TypeClassDescriptionclass
Performs a cartesian product between 2 or more input streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.ldifinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.ldifinputModifier and TypeClassDescriptionclass
Read all LDIF files, convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.loadfileinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.loadfileinputModifier and TypeClassDescriptionclass
Read files, parse them and convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.mapping
Subclasses of BaseStep in org.pentaho.di.trans.steps.mapping -
Uses of BaseStep in org.pentaho.di.trans.steps.mappinginput
Subclasses of BaseStep in org.pentaho.di.trans.steps.mappinginput -
Uses of BaseStep in org.pentaho.di.trans.steps.mappingoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.mappingoutput -
Uses of BaseStep in org.pentaho.di.trans.steps.memgroupby
Subclasses of BaseStep in org.pentaho.di.trans.steps.memgroupbyModifier and TypeClassDescriptionclass
Groups information based on aggregation rules. -
Uses of BaseStep in org.pentaho.di.trans.steps.mergejoin
Subclasses of BaseStep in org.pentaho.di.trans.steps.mergejoinModifier and TypeClassDescriptionclass
Merge rows from 2 sorted streams and output joined rows with matched key fields. -
Uses of BaseStep in org.pentaho.di.trans.steps.mergerows
Subclasses of BaseStep in org.pentaho.di.trans.steps.mergerowsModifier and TypeClassDescriptionclass
Merge rows from 2 sorted streams to detect changes. -
Uses of BaseStep in org.pentaho.di.trans.steps.missing
Subclasses of BaseStep in org.pentaho.di.trans.steps.missing -
Uses of BaseStep in org.pentaho.di.trans.steps.multimerge
Subclasses of BaseStep in org.pentaho.di.trans.steps.multimergeModifier and TypeClassDescriptionclass
Merge rows from 2 sorted streams and output joined rows with matched key fields. -
Uses of BaseStep in org.pentaho.di.trans.steps.normaliser
Subclasses of BaseStep in org.pentaho.di.trans.steps.normaliser -
Uses of BaseStep in org.pentaho.di.trans.steps.nullif
Subclasses of BaseStep in org.pentaho.di.trans.steps.nullifModifier and TypeClassDescriptionclass
NullIf step, put null as value when the original field matches a specific value. -
Uses of BaseStep in org.pentaho.di.trans.steps.numberrange
Subclasses of BaseStep in org.pentaho.di.trans.steps.numberrange -
Uses of BaseStep in org.pentaho.di.trans.steps.olapinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.olapinputModifier and TypeClassDescriptionclass
Reads information from an OLAP datasource using MDX -
Uses of BaseStep in org.pentaho.di.trans.steps.parallelgzipcsv
Subclasses of BaseStep in org.pentaho.di.trans.steps.parallelgzipcsvModifier and TypeClassDescriptionclass
Read a simple CSV file Just output Strings found in the file... -
Uses of BaseStep in org.pentaho.di.trans.steps.pgpdecryptstream
Subclasses of BaseStep in org.pentaho.di.trans.steps.pgpdecryptstream -
Uses of BaseStep in org.pentaho.di.trans.steps.pgpencryptstream
Subclasses of BaseStep in org.pentaho.di.trans.steps.pgpencryptstream -
Uses of BaseStep in org.pentaho.di.trans.steps.prioritizestreams
Subclasses of BaseStep in org.pentaho.di.trans.steps.prioritizestreams -
Uses of BaseStep in org.pentaho.di.trans.steps.processfiles
Subclasses of BaseStep in org.pentaho.di.trans.steps.processfiles -
Uses of BaseStep in org.pentaho.di.trans.steps.propertyinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.propertyinputModifier and TypeClassDescriptionclass
Read all Properties files (& INI files) , convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.propertyoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.propertyoutputModifier and TypeClassDescriptionclass
Output rows to Properties file and create a file. -
Uses of BaseStep in org.pentaho.di.trans.steps.randomvalue
Subclasses of BaseStep in org.pentaho.di.trans.steps.randomvalue -
Uses of BaseStep in org.pentaho.di.trans.steps.recordsfromstream
Subclasses of BaseStep in org.pentaho.di.trans.steps.recordsfromstream -
Uses of BaseStep in org.pentaho.di.trans.steps.regexeval
Subclasses of BaseStep in org.pentaho.di.trans.steps.regexevalModifier and TypeClassDescriptionclass
Use regular expression to validate a field or capture new fields out of an existing field. -
Uses of BaseStep in org.pentaho.di.trans.steps.replacestring
Subclasses of BaseStep in org.pentaho.di.trans.steps.replacestring -
Uses of BaseStep in org.pentaho.di.trans.steps.reservoirsampling
Subclasses of BaseStep in org.pentaho.di.trans.steps.reservoirsampling -
Uses of BaseStep in org.pentaho.di.trans.steps.rowgenerator
Subclasses of BaseStep in org.pentaho.di.trans.steps.rowgeneratorModifier and TypeClassDescriptionclass
Generates a number of (empty or the same) rows -
Uses of BaseStep in org.pentaho.di.trans.steps.rowsfromresult
Subclasses of BaseStep in org.pentaho.di.trans.steps.rowsfromresultModifier and TypeClassDescriptionclass
Reads results from a previous transformation in a Job -
Uses of BaseStep in org.pentaho.di.trans.steps.rowstoresult
Subclasses of BaseStep in org.pentaho.di.trans.steps.rowstoresultModifier and TypeClassDescriptionclass
Writes results to a next transformation in a Job -
Uses of BaseStep in org.pentaho.di.trans.steps.samplerows
Subclasses of BaseStep in org.pentaho.di.trans.steps.samplerows -
Uses of BaseStep in org.pentaho.di.trans.steps.sasinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.sasinput -
Uses of BaseStep in org.pentaho.di.trans.steps.script
Subclasses of BaseStep in org.pentaho.di.trans.steps.scriptModifier and TypeClassDescriptionclass
Executes a JavaScript on the values in the input stream. -
Uses of BaseStep in org.pentaho.di.trans.steps.scriptvalues_mod
Subclasses of BaseStep in org.pentaho.di.trans.steps.scriptvalues_modModifier and TypeClassDescriptionclass
Executes a JavaScript on the values in the input stream. -
Uses of BaseStep in org.pentaho.di.trans.steps.selectvalues
Subclasses of BaseStep in org.pentaho.di.trans.steps.selectvaluesModifier and TypeClassDescriptionclass
Select, re-order, remove or change the meta-data of the fields in the inputstreams. -
Uses of BaseStep in org.pentaho.di.trans.steps.setvalueconstant
Subclasses of BaseStep in org.pentaho.di.trans.steps.setvalueconstant -
Uses of BaseStep in org.pentaho.di.trans.steps.setvaluefield
Subclasses of BaseStep in org.pentaho.di.trans.steps.setvaluefield -
Uses of BaseStep in org.pentaho.di.trans.steps.setvariable
Subclasses of BaseStep in org.pentaho.di.trans.steps.setvariableModifier and TypeClassDescriptionclass
Convert Values in a certain fields to other values -
Uses of BaseStep in org.pentaho.di.trans.steps.simplemapping
Subclasses of BaseStep in org.pentaho.di.trans.steps.simplemappingModifier and TypeClassDescriptionclass
Execute a mapping: a re-usuable transformation -
Uses of BaseStep in org.pentaho.di.trans.steps.singlethreader
Subclasses of BaseStep in org.pentaho.di.trans.steps.singlethreaderModifier and TypeClassDescriptionclass
Execute a mapping: a re-usuable transformation -
Uses of BaseStep in org.pentaho.di.trans.steps.socketreader
Subclasses of BaseStep in org.pentaho.di.trans.steps.socketreaderModifier and TypeClassDescriptionclass
Read data from a TCP/IP socket supplied by SocketWriter. -
Uses of BaseStep in org.pentaho.di.trans.steps.socketwriter
Subclasses of BaseStep in org.pentaho.di.trans.steps.socketwriterModifier and TypeClassDescriptionclass
Write data to a TCP/IP socket read by SocketReader. -
Uses of BaseStep in org.pentaho.di.trans.steps.sort
Subclasses of BaseStep in org.pentaho.di.trans.steps.sortModifier and TypeClassDescriptionclass
Sort the rows in the input-streams based on certain criteria -
Uses of BaseStep in org.pentaho.di.trans.steps.sortedmerge
Subclasses of BaseStep in org.pentaho.di.trans.steps.sortedmerge -
Uses of BaseStep in org.pentaho.di.trans.steps.splitfieldtorows
Subclasses of BaseStep in org.pentaho.di.trans.steps.splitfieldtorows -
Uses of BaseStep in org.pentaho.di.trans.steps.sql
Subclasses of BaseStep in org.pentaho.di.trans.steps.sqlModifier and TypeClassDescriptionclass
Execute one or more SQL statements in a script, one time or parameterised (for every row) -
Uses of BaseStep in org.pentaho.di.trans.steps.sqlfileoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.sqlfileoutput -
Uses of BaseStep in org.pentaho.di.trans.steps.ssh
Subclasses of BaseStep in org.pentaho.di.trans.steps.ssh -
Uses of BaseStep in org.pentaho.di.trans.steps.stepmeta
Subclasses of BaseStep in org.pentaho.di.trans.steps.stepmeta -
Uses of BaseStep in org.pentaho.di.trans.steps.stepsmetrics
Subclasses of BaseStep in org.pentaho.di.trans.steps.stepsmetrics -
Uses of BaseStep in org.pentaho.di.trans.steps.streamlookup
Subclasses of BaseStep in org.pentaho.di.trans.steps.streamlookupModifier and TypeClassDescriptionclass
Looks up information by first reading data into a hash table (in memory) TODO: add warning with conflicting types OR modify the lookup values to the input row type. -
Uses of BaseStep in org.pentaho.di.trans.steps.stringcut
Subclasses of BaseStep in org.pentaho.di.trans.steps.stringcut -
Uses of BaseStep in org.pentaho.di.trans.steps.stringoperations
Subclasses of BaseStep in org.pentaho.di.trans.steps.stringoperations -
Uses of BaseStep in org.pentaho.di.trans.steps.switchcase
Subclasses of BaseStep in org.pentaho.di.trans.steps.switchcase -
Uses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Subclasses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator -
Uses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Subclasses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotransModifier and TypeClassDescriptionclass
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream. -
Uses of BaseStep in org.pentaho.di.trans.steps.synchronizeaftermerge
Subclasses of BaseStep in org.pentaho.di.trans.steps.synchronizeaftermergeModifier and TypeClassDescriptionclass
Performs an insert/update/delete depending on the value of a field. -
Uses of BaseStep in org.pentaho.di.trans.steps.syslog
Subclasses of BaseStep in org.pentaho.di.trans.steps.syslog -
Uses of BaseStep in org.pentaho.di.trans.steps.systemdata
Subclasses of BaseStep in org.pentaho.di.trans.steps.systemdataModifier and TypeClassDescriptionclass
Get information from the System or the supervising transformation. -
Uses of BaseStep in org.pentaho.di.trans.steps.tablecompare
Subclasses of BaseStep in org.pentaho.di.trans.steps.tablecompare -
Uses of BaseStep in org.pentaho.di.trans.steps.tableexists
Subclasses of BaseStep in org.pentaho.di.trans.steps.tableexists -
Uses of BaseStep in org.pentaho.di.trans.steps.tableinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.tableinputModifier and TypeClassDescriptionclass
Reads information from a database table by using freehand SQL -
Uses of BaseStep in org.pentaho.di.trans.steps.tableoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.tableoutput -
Uses of BaseStep in org.pentaho.di.trans.steps.textfileinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.textfileinputModifier and TypeClassDescriptionclass
Deprecated.replaced by implementation in the ...steps.fileinput.text package -
Uses of BaseStep in org.pentaho.di.trans.steps.textfileoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.textfileoutputModifier and TypeClassDescriptionclass
Converts input rows to text and then writes this text to one or more files. -
Uses of BaseStep in org.pentaho.di.trans.steps.textfileoutputlegacy
Subclasses of BaseStep in org.pentaho.di.trans.steps.textfileoutputlegacy -
Uses of BaseStep in org.pentaho.di.trans.steps.transexecutor
Subclasses of BaseStep in org.pentaho.di.trans.steps.transexecutorModifier and TypeClassDescriptionclass
Execute a transformation for every input row, set parameters. -
Uses of BaseStep in org.pentaho.di.trans.steps.uniquerows
Subclasses of BaseStep in org.pentaho.di.trans.steps.uniquerowsModifier and TypeClassDescriptionclass
Removes the same consequetive rows from the input stream(s). -
Uses of BaseStep in org.pentaho.di.trans.steps.uniquerowsbyhashset
Subclasses of BaseStep in org.pentaho.di.trans.steps.uniquerowsbyhashset -
Uses of BaseStep in org.pentaho.di.trans.steps.univariatestats
Subclasses of BaseStep in org.pentaho.di.trans.steps.univariatestatsModifier and TypeClassDescriptionclass
Calculate univariate statistics based on one column of the input data. -
Uses of BaseStep in org.pentaho.di.trans.steps.update
Subclasses of BaseStep in org.pentaho.di.trans.steps.updateModifier and TypeClassDescriptionclass
Update data in a database table, does NOT ever perform an insert. -
Uses of BaseStep in org.pentaho.di.trans.steps.userdefinedjavaclass
Subclasses of BaseStep in org.pentaho.di.trans.steps.userdefinedjavaclass -
Uses of BaseStep in org.pentaho.di.trans.steps.validator
Subclasses of BaseStep in org.pentaho.di.trans.steps.validatorModifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.valuemapper
Subclasses of BaseStep in org.pentaho.di.trans.steps.valuemapperModifier and TypeClassDescriptionclass
Convert Values in a certain fields to other values -
Uses of BaseStep in org.pentaho.di.trans.steps.webserviceavailable
Subclasses of BaseStep in org.pentaho.di.trans.steps.webserviceavailable -
Uses of BaseStep in org.pentaho.di.trans.steps.webservices
Subclasses of BaseStep in org.pentaho.di.trans.steps.webservices -
Uses of BaseStep in org.pentaho.di.trans.steps.writetolog
Subclasses of BaseStep in org.pentaho.di.trans.steps.writetolog -
Uses of BaseStep in org.pentaho.di.trans.steps.xbaseinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.xbaseinputModifier and TypeClassDescriptionclass
Reads data from an XBase (dBase, foxpro, ...) file. -
Uses of BaseStep in org.pentaho.di.trans.steps.zipfile
Subclasses of BaseStep in org.pentaho.di.trans.steps.zipfile -
Uses of BaseStep in org.pentaho.di.trans.streaming.common
Subclasses of BaseStep in org.pentaho.di.trans.streaming.common