Uses of Class
org.pentaho.di.trans.step.BaseStep
-
-
Uses of BaseStep in org.pentaho.di.core.util
Subclasses of BaseStep in org.pentaho.di.core.util Modifier and Type Class Description class
AbstractStep
-
Uses of BaseStep in org.pentaho.di.trans.step
Subclasses of BaseStep in org.pentaho.di.trans.step Modifier and Type Class Description class
BaseDatabaseStep
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 BaseStep Modifier and Type Method Description org.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 BaseStep Constructor Description AbstractFileErrorHandler(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.calculator Modifier and Type Class Description class
Calculator
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 Modifier and Type Class Description class
Constant
Generates a number of (empty or the same) rows -
Uses of BaseStep in org.pentaho.di.trans.steps.creditcardvalidator
Subclasses of BaseStep in org.pentaho.di.trans.steps.creditcardvalidator Modifier and Type Class Description class
CreditCardValidator
Check if a Credit Card is valid * -
Uses of BaseStep in org.pentaho.di.trans.steps.csvinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.csvinput Modifier and Type Class Description class
CsvInput
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.databasejoin Modifier and Type Class Description class
DatabaseJoin
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.databaselookup Modifier and Type Class Description class
DatabaseLookup
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 Modifier and Type Class Description class
DataGrid
Generates a number of (empty or the same) rows -
Uses of BaseStep in org.pentaho.di.trans.steps.dbproc
Subclasses of BaseStep in org.pentaho.di.trans.steps.dbproc Modifier and Type Class Description class
DBProc
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 Modifier and Type Class Description class
Delete
Delete data in a database table. -
Uses of BaseStep in org.pentaho.di.trans.steps.denormaliser
Subclasses of BaseStep in org.pentaho.di.trans.steps.denormaliser Modifier and Type Class Description class
Denormaliser
Denormalises data based on key-value pairs -
Uses of BaseStep in org.pentaho.di.trans.steps.detectemptystream
Subclasses of BaseStep in org.pentaho.di.trans.steps.detectemptystream Modifier and Type Class Description class
DetectEmptyStream
Detect empty stream. -
Uses of BaseStep in org.pentaho.di.trans.steps.detectlastrow
Subclasses of BaseStep in org.pentaho.di.trans.steps.detectlastrow Modifier and Type Class Description class
DetectLastRow
Detect last row in a stream -
Uses of BaseStep in org.pentaho.di.trans.steps.dimensionlookup
Subclasses of BaseStep in org.pentaho.di.trans.steps.dimensionlookup Modifier and Type Class Description class
DimensionLookup
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 Modifier and Type Class Description class
DummyTrans
Do nothing. -
Uses of BaseStep in org.pentaho.di.trans.steps.dynamicsqlrow
Subclasses of BaseStep in org.pentaho.di.trans.steps.dynamicsqlrow Modifier and Type Class Description class
DynamicSQLRow
Run dynamic SQL. -
Uses of BaseStep in org.pentaho.di.trans.steps.execprocess
Subclasses of BaseStep in org.pentaho.di.trans.steps.execprocess Modifier and Type Class Description class
ExecProcess
Execute a process * -
Uses of BaseStep in org.pentaho.di.trans.steps.execsqlrow
Subclasses of BaseStep in org.pentaho.di.trans.steps.execsqlrow Modifier and Type Class Description class
ExecSQLRow
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 Modifier and Type Class Description class
FieldsChangeSequence
Add sequence to each input row. -
Uses of BaseStep in org.pentaho.di.trans.steps.fieldsplitter
Subclasses of BaseStep in org.pentaho.di.trans.steps.fieldsplitter Modifier and Type Class Description class
FieldSplitter
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.file Modifier and Type Class Description class
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 Modifier and Type Class Description class
FileExists
Check if a table exists in a Database * -
Uses of BaseStep in org.pentaho.di.trans.steps.fileinput.text
Subclasses of BaseStep in org.pentaho.di.trans.steps.fileinput.text Modifier and Type Class Description class
TextFileInput
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 Modifier and Type Class Description class
FileLocked
Check if a file is locked * -
Uses of BaseStep in org.pentaho.di.trans.steps.filesfromresult
Subclasses of BaseStep in org.pentaho.di.trans.steps.filesfromresult Modifier and Type Class Description class
FilesFromResult
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.filestoresult Modifier and Type Class Description class
FilesToResult
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 Modifier and Type Class Description class
FilterRows
Filters input rows base on conditions. -
Uses of BaseStep in org.pentaho.di.trans.steps.fixedinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.fixedinput Modifier and Type Class Description class
FixedInput
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 Modifier and Type Class Description class
Flattener
Pivots data based on key-value pairs -
Uses of BaseStep in org.pentaho.di.trans.steps.formula
Subclasses of BaseStep in org.pentaho.di.trans.steps.formula Modifier and Type Class Description class
Formula
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.fuzzymatch Modifier and Type Class Description class
FuzzyMatch
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.getfilenames Modifier and Type Class Description class
GetFileNames
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 Modifier and Type Class Description class
GetFilesRowsCount
Read all files, count rows number -
Uses of BaseStep in org.pentaho.di.trans.steps.getrepositorynames
Subclasses of BaseStep in org.pentaho.di.trans.steps.getrepositorynames Modifier and Type Class Description class
GetRepositoryNames
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.getslavesequence
Subclasses of BaseStep in org.pentaho.di.trans.steps.getslavesequence Modifier and Type Class Description class
GetSlaveSequence
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.getsubfolders Modifier and Type Class Description class
GetSubFolders
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.gettablenames Modifier and Type Class Description class
GetTableNames
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.getvariable Modifier and Type Class Description class
GetVariable
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 Modifier and Type Class Description class
GroupBy
Groups informations based on aggregation rules. -
Uses of BaseStep in org.pentaho.di.trans.steps.http
Subclasses of BaseStep in org.pentaho.di.trans.steps.http Modifier and Type Class Description class
HTTP
Retrieves data from an HTTP endpoint -
Uses of BaseStep in org.pentaho.di.trans.steps.httppost
Subclasses of BaseStep in org.pentaho.di.trans.steps.httppost Modifier and Type Class Description class
HTTPPOST
Make a HTTP Post call -
Uses of BaseStep in org.pentaho.di.trans.steps.ifnull
Subclasses of BaseStep in org.pentaho.di.trans.steps.ifnull Modifier and Type Class Description class
IfNull
Sets a field value to a constant if it is null -
Uses of BaseStep in org.pentaho.di.trans.steps.injector
Subclasses of BaseStep in org.pentaho.di.trans.steps.injector Modifier and Type Class Description class
Injector
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 Modifier and Type Class Description class
InsertUpdate
Performs a lookup in a database table. -
Uses of BaseStep in org.pentaho.di.trans.steps.janino
Subclasses of BaseStep in org.pentaho.di.trans.steps.janino Modifier and Type Class Description class
Janino
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.javafilter Modifier and Type Class Description class
JavaFilter
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 Modifier and Type Class Description class
JobExecutor
Execute a job for every input row. -
Uses of BaseStep in org.pentaho.di.trans.steps.joinrows
Subclasses of BaseStep in org.pentaho.di.trans.steps.joinrows Modifier and Type Class Description class
JoinRows
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.ldifinput Modifier and Type Class Description class
LDIFInput
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.loadfileinput Modifier and Type Class Description class
LoadFileInput
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.mail
Subclasses of BaseStep in org.pentaho.di.trans.steps.mail Modifier and Type Class Description class
Mail
Send mail step. -
Uses of BaseStep in org.pentaho.di.trans.steps.mailinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.mailinput Modifier and Type Class Description class
MailInput
Read data from POP3/IMAP server and input data to the next steps. -
Uses of BaseStep in org.pentaho.di.trans.steps.mailvalidator
Subclasses of BaseStep in org.pentaho.di.trans.steps.mailvalidator Modifier and Type Class Description class
MailValidator
Check if an email address is valid * -
Uses of BaseStep in org.pentaho.di.trans.steps.mapping
Subclasses of BaseStep in org.pentaho.di.trans.steps.mapping Modifier and Type Class Description class
Mapping
Execute a mapping: a re-usuable transformation -
Uses of BaseStep in org.pentaho.di.trans.steps.mappinginput
Subclasses of BaseStep in org.pentaho.di.trans.steps.mappinginput Modifier and Type Class Description class
MappingInput
Do nothing. -
Uses of BaseStep in org.pentaho.di.trans.steps.mappingoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.mappingoutput Modifier and Type Class Description class
MappingOutput
Do nothing. -
Uses of BaseStep in org.pentaho.di.trans.steps.memgroupby
Subclasses of BaseStep in org.pentaho.di.trans.steps.memgroupby Modifier and Type Class Description class
MemoryGroupBy
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.mergejoin Modifier and Type Class Description class
MergeJoin
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.mergerows Modifier and Type Class Description class
MergeRows
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 Modifier and Type Class Description class
MissingTransStep
-
Uses of BaseStep in org.pentaho.di.trans.steps.multimerge
Subclasses of BaseStep in org.pentaho.di.trans.steps.multimerge Modifier and Type Class Description class
MultiMergeJoin
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 Modifier and Type Class Description class
Normaliser
Normalise de-normalised input data. -
Uses of BaseStep in org.pentaho.di.trans.steps.nullif
Subclasses of BaseStep in org.pentaho.di.trans.steps.nullif Modifier and Type Class Description class
NullIf
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 Modifier and Type Class Description class
NumberRange
Business logic for the NumberRange -
Uses of BaseStep in org.pentaho.di.trans.steps.olapinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.olapinput Modifier and Type Class Description class
OlapInput
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.parallelgzipcsv Modifier and Type Class Description class
ParGzipCsvInput
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 Modifier and Type Class Description class
PGPDecryptStream
Decrypt a stream with GPG * -
Uses of BaseStep in org.pentaho.di.trans.steps.pgpencryptstream
Subclasses of BaseStep in org.pentaho.di.trans.steps.pgpencryptstream Modifier and Type Class Description class
PGPEncryptStream
Encrypt a stream with GPG * -
Uses of BaseStep in org.pentaho.di.trans.steps.prioritizestreams
Subclasses of BaseStep in org.pentaho.di.trans.steps.prioritizestreams Modifier and Type Class Description class
PrioritizeStreams
Prioritize INPUT Streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.processfiles
Subclasses of BaseStep in org.pentaho.di.trans.steps.processfiles Modifier and Type Class Description class
ProcessFiles
Copy, move or delete file * -
Uses of BaseStep in org.pentaho.di.trans.steps.propertyinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.propertyinput Modifier and Type Class Description class
PropertyInput
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.propertyoutput Modifier and Type Class Description class
PropertyOutput
Output rows to Properties file and create a file. -
Uses of BaseStep in org.pentaho.di.trans.steps.randomccnumber
Subclasses of BaseStep in org.pentaho.di.trans.steps.randomccnumber Modifier and Type Class Description class
RandomCCNumberGenerator
Generate random credit card number. -
Uses of BaseStep in org.pentaho.di.trans.steps.randomvalue
Subclasses of BaseStep in org.pentaho.di.trans.steps.randomvalue Modifier and Type Class Description class
RandomValue
Get random value. -
Uses of BaseStep in org.pentaho.di.trans.steps.recordsfromstream
Subclasses of BaseStep in org.pentaho.di.trans.steps.recordsfromstream Modifier and Type Class Description class
RecordsFromStream
-
Uses of BaseStep in org.pentaho.di.trans.steps.regexeval
Subclasses of BaseStep in org.pentaho.di.trans.steps.regexeval Modifier and Type Class Description class
RegexEval
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 Modifier and Type Class Description class
ReplaceString
Search and replace in string. -
Uses of BaseStep in org.pentaho.di.trans.steps.reservoirsampling
Subclasses of BaseStep in org.pentaho.di.trans.steps.reservoirsampling Modifier and Type Class Description class
ReservoirSampling
-
Uses of BaseStep in org.pentaho.di.trans.steps.rest
Subclasses of BaseStep in org.pentaho.di.trans.steps.rest Modifier and Type Class Description class
Rest
-
Uses of BaseStep in org.pentaho.di.trans.steps.rowgenerator
Subclasses of BaseStep in org.pentaho.di.trans.steps.rowgenerator Modifier and Type Class Description class
RowGenerator
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.rowsfromresult Modifier and Type Class Description class
RowsFromResult
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.rowstoresult Modifier and Type Class Description class
RowsToResult
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 Modifier and Type Class Description class
SampleRows
Sample rows. -
Uses of BaseStep in org.pentaho.di.trans.steps.sasinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.sasinput Modifier and Type Class Description class
SasInput
Reads data from a SAS file in SAS7BAT format. -
Uses of BaseStep in org.pentaho.di.trans.steps.script
Subclasses of BaseStep in org.pentaho.di.trans.steps.script Modifier and Type Class Description class
Script
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_mod Modifier and Type Class Description class
ScriptValuesMod
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.selectvalues Modifier and Type Class Description class
SelectValues
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 Modifier and Type Class Description class
SetValueConstant
Replace Field value by a constant value. -
Uses of BaseStep in org.pentaho.di.trans.steps.setvaluefield
Subclasses of BaseStep in org.pentaho.di.trans.steps.setvaluefield Modifier and Type Class Description class
SetValueField
Set value field with another value field. -
Uses of BaseStep in org.pentaho.di.trans.steps.setvariable
Subclasses of BaseStep in org.pentaho.di.trans.steps.setvariable Modifier and Type Class Description class
SetVariable
Convert Values in a certain fields to other values -
Uses of BaseStep in org.pentaho.di.trans.steps.sftpput
Subclasses of BaseStep in org.pentaho.di.trans.steps.sftpput Modifier and Type Class Description class
SFTPPut
Send file to SFTP host. -
Uses of BaseStep in org.pentaho.di.trans.steps.simplemapping
Subclasses of BaseStep in org.pentaho.di.trans.steps.simplemapping Modifier and Type Class Description class
SimpleMapping
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.singlethreader Modifier and Type Class Description class
SingleThreader
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.socketreader Modifier and Type Class Description class
SocketReader
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.socketwriter Modifier and Type Class Description class
SocketWriter
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.sort Modifier and Type Class Description class
SortRows
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 Modifier and Type Class Description class
SortedMerge
Do nothing. -
Uses of BaseStep in org.pentaho.di.trans.steps.splitfieldtorows
Subclasses of BaseStep in org.pentaho.di.trans.steps.splitfieldtorows Modifier and Type Class Description class
SplitFieldToRows
-
Uses of BaseStep in org.pentaho.di.trans.steps.sql
Subclasses of BaseStep in org.pentaho.di.trans.steps.sql Modifier and Type Class Description class
ExecSQL
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 Modifier and Type Class Description class
SQLFileOutput
Writes rows to a sql file. -
Uses of BaseStep in org.pentaho.di.trans.steps.ssh
Subclasses of BaseStep in org.pentaho.di.trans.steps.ssh Modifier and Type Class Description class
SSH
Write commands to SSH * -
Uses of BaseStep in org.pentaho.di.trans.steps.stepmeta
Subclasses of BaseStep in org.pentaho.di.trans.steps.stepmeta Modifier and Type Class Description class
StepMetastructure
Return the structure of the stream -
Uses of BaseStep in org.pentaho.di.trans.steps.stepsmetrics
Subclasses of BaseStep in org.pentaho.di.trans.steps.stepsmetrics Modifier and Type Class Description class
StepsMetrics
Ouptu step metrics -
Uses of BaseStep in org.pentaho.di.trans.steps.streamlookup
Subclasses of BaseStep in org.pentaho.di.trans.steps.streamlookup Modifier and Type Class Description class
StreamLookup
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 Modifier and Type Class Description class
StringCut
Cut strings. -
Uses of BaseStep in org.pentaho.di.trans.steps.stringoperations
Subclasses of BaseStep in org.pentaho.di.trans.steps.stringoperations Modifier and Type Class Description class
StringOperations
Apply certain operations too string. -
Uses of BaseStep in org.pentaho.di.trans.steps.switchcase
Subclasses of BaseStep in org.pentaho.di.trans.steps.switchcase Modifier and Type Class Description class
SwitchCase
Filters input rows base on conditions. -
Uses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Subclasses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator Modifier and Type Class Description class
SecretKeyGenerator
Generate secret key. -
Uses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Subclasses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans Modifier and Type Class Description class
SymmetricCryptoTrans
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.synchronizeaftermerge Modifier and Type Class Description class
SynchronizeAfterMerge
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 Modifier and Type Class Description class
SyslogMessage
Write message to SyslogMessage * -
Uses of BaseStep in org.pentaho.di.trans.steps.systemdata
Subclasses of BaseStep in org.pentaho.di.trans.steps.systemdata Modifier and Type Class Description class
SystemData
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 Modifier and Type Class Description class
TableCompare
-
Uses of BaseStep in org.pentaho.di.trans.steps.tableexists
Subclasses of BaseStep in org.pentaho.di.trans.steps.tableexists Modifier and Type Class Description class
TableExists
Check if a table exists in a Database * -
Uses of BaseStep in org.pentaho.di.trans.steps.tableinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.tableinput Modifier and Type Class Description class
TableInput
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 Modifier and Type Class Description class
TableOutput
Writes rows to a database table. -
Uses of BaseStep in org.pentaho.di.trans.steps.textfileinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.textfileinput Modifier and Type Class Description class
TextFileInput
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.textfileoutput Modifier and Type Class Description class
TextFileOutput
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 Modifier and Type Class Description class
TextFileOutputLegacy
Deprecated.useTextFileOutput
instead. -
Uses of BaseStep in org.pentaho.di.trans.steps.transexecutor
Subclasses of BaseStep in org.pentaho.di.trans.steps.transexecutor Modifier and Type Class Description class
TransExecutor
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.uniquerows Modifier and Type Class Description class
UniqueRows
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 Modifier and Type Class Description class
UniqueRowsByHashSet
-
Uses of BaseStep in org.pentaho.di.trans.steps.univariatestats
Subclasses of BaseStep in org.pentaho.di.trans.steps.univariatestats Modifier and Type Class Description class
UnivariateStats
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.update Modifier and Type Class Description class
Update
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 Modifier and Type Class Description class
UserDefinedJavaClass
-
Uses of BaseStep in org.pentaho.di.trans.steps.validator
Subclasses of BaseStep in org.pentaho.di.trans.steps.validator Modifier and Type Class Description class
Validator
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.valuemapper Modifier and Type Class Description class
ValueMapper
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 Modifier and Type Class Description class
WebServiceAvailable
Check if a webservice is available * -
Uses of BaseStep in org.pentaho.di.trans.steps.webservices
Subclasses of BaseStep in org.pentaho.di.trans.steps.webservices Modifier and Type Class Description class
WebService
-
Uses of BaseStep in org.pentaho.di.trans.steps.writetolog
Subclasses of BaseStep in org.pentaho.di.trans.steps.writetolog Modifier and Type Class Description class
WriteToLog
Write data to log. -
Uses of BaseStep in org.pentaho.di.trans.steps.xbaseinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.xbaseinput Modifier and Type Class Description class
XBaseInput
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 Modifier and Type Class Description class
ZipFile
Zip file * -
Uses of BaseStep in org.pentaho.di.trans.streaming.common
Subclasses of BaseStep in org.pentaho.di.trans.streaming.common Modifier and Type Class Description class
BaseStreamStep
-