| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BaseStep in org.pentaho.di.core.util | 
|---|
| Subclasses of BaseStep in org.pentaho.di.core.util | |
|---|---|
 class | 
AbstractStep
 | 
| Uses of BaseStep in org.pentaho.di.trans.step | 
|---|
| Methods in org.pentaho.di.trans.step with parameters of type BaseStep | |
|---|---|
 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 | |
|---|---|
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.abort | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.abort | |
|---|---|
 class | 
Abort
Step that will abort after having seen 'x' number of rows on its input.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.accessinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.accessinput | |
|---|---|
 class | 
AccessInput
Read all Access files, convert them to rows and writes these to one or more output streams.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.accessoutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.accessoutput | |
|---|---|
 class | 
AccessOutput
Writes rows to a database table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.addsequence | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.addsequence | |
|---|---|
 class | 
AddSequence
Adds a sequential number to a stream of rows.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.addxml | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.addxml | |
|---|---|
 class | 
AddXML
Converts input rows to one or more XML files.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.aggregaterows | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.aggregaterows | |
|---|---|
 class | 
AggregateRows
Aggregates rows  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.analyticquery | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.analyticquery | |
|---|---|
 class | 
AnalyticQuery
Performs analytic queries (LEAD/LAG, etc) based on a group  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.append | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.append | |
|---|---|
 class | 
Append
Read all rows from a hop until the end, and then read the rows from another hop.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.autodoc | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.autodoc | |
|---|---|
 class | 
AutoDoc
Reads a set of transformation and job filenames and documents those.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.blockingstep | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.blockingstep | |
|---|---|
 class | 
BlockingStep
A step that blocks throughput until the input ends, then it will either output the last row or the complete input.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.blockuntilstepsfinish | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.blockuntilstepsfinish | |
|---|---|
 class | 
BlockUntilStepsFinish
Block all incoming rows until defined steps finish processing rows.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.calculator | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.calculator | |
|---|---|
 class | 
Calculator
Calculate new field values using pre-defined functions.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.changefileencoding | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.changefileencoding | |
|---|---|
 class | 
ChangeFileEncoding
Change file encoding *  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.checksum | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.checksum | |
|---|---|
 class | 
CheckSum
Caculate a checksum for each row.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.clonerow | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.clonerow | |
|---|---|
 class | 
CloneRow
Clone input row.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.closure | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.closure | |
|---|---|
 class | 
ClosureGenerator
Reads information from a database table by using freehand SQL  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.columnexists | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.columnexists | |
|---|---|
 class | 
ColumnExists
Check if a column exists in table on a specified connection *  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.combinationlookup | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.combinationlookup | |
|---|---|
 class | 
CombinationLookup
Manages or looks up information in a Type 1 or junk dimension.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.constant | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.constant | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
CsvInput
Read a simple CSV file Just output Strings found in the file...  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.cubeinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.cubeinput | |
|---|---|
 class | 
CubeInput
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.cubeoutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.cubeoutput | |
|---|---|
 class | 
CubeOutput
Outputs a stream/series of rows to a file, effectively building a sort of (compressed) microcube.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.databasejoin | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.databasejoin | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
DBProc
Retrieves values from a database by calling database stored procedures or functions  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.delay | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.delay | |
|---|---|
 class | 
Delay
Delay input row.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.delete | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.delete | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
DummyTrans
Do nothing.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.dynamicsqlrow | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.dynamicsqlrow | |
|---|---|
 class | 
DynamicSQLRow
Run dynamic SQL.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.elasticsearchbulk | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.elasticsearchbulk | |
|---|---|
 class | 
ElasticSearchBulk
Does bulk insert of data into ElasticSearch  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.excelinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.excelinput | |
|---|---|
 class | 
ExcelInput
This class reads data from one or more Microsoft Excel files.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.exceloutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.exceloutput | |
|---|---|
 class | 
ExcelOutput
Converts input rows to excel cells and then writes this information to one or more files.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.excelwriter | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.excelwriter | |
|---|---|
 class | 
ExcelWriterStep
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.execprocess | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.execprocess | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
FieldSplitter
Split a single String fields into multiple parts based on certain conditions.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.fileexists | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.fileexists | |
|---|---|
 class | 
FileExists
Check if a table exists in a Database *  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.filelocked | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.filelocked | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
GetFilesRowsCount
Read all files, count rows number  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.getpreviousrowfield | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.getpreviousrowfield | |
|---|---|
 class | 
GetPreviousRowField
return field value from previous row.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.getrepositorynames | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.getrepositorynames | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
GetVariable
Get information from the System or the supervising transformation.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.getxmldata | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.getxmldata | |
|---|---|
 class | 
GetXMLData
Read XML 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.googleanalytics | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.googleanalytics | |
|---|---|
 class | 
GaInputStep
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.gpbulkloader | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.gpbulkloader | |
|---|---|
 class | 
GPBulkLoader
Performs a bulk load to an Greenplum table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.groupby | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.groupby | |
|---|---|
 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 | |
|---|---|
 class | 
HTTP
Retrieves values from a database by calling database stored procedures or functions  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.httppost | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.httppost | |
|---|---|
 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 | |
|---|---|
 class | 
IfNull
Sets a field value to a constant if it is null  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.infobrightoutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.infobrightoutput | |
|---|---|
 class | 
InfobrightLoader
Uses named pipe capability to load Kettle-sourced data into an Infobright table.  | 
| Constructors in org.pentaho.di.trans.steps.infobrightoutput with parameters of type BaseStep | |
|---|---|
KettleEtlLogger(BaseStep step)
 | 
|
| Uses of BaseStep in org.pentaho.di.trans.steps.injector | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.injector | |
|---|---|
 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 | |
|---|---|
 class | 
InsertUpdate
Performs a lookup in a database table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.ivwloader | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.ivwloader | |
|---|---|
 class | 
IngresVectorwiseLoader
Performs a streaming bulk load to a VectorWise table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.janino | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.janino | |
|---|---|
 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 | |
|---|---|
 class | 
JavaFilter
Calculate new field values using pre-defined functions.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.joinrows | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.joinrows | |
|---|---|
 class | 
JoinRows
Performs a cartesian product between 2 or more input streams.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.jsoninput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.jsoninput | |
|---|---|
 class | 
JsonInput
Read Json 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.jsonoutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.jsonoutput | |
|---|---|
 class | 
JsonOutput
Converts input rows to one or more XML files.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.ldapinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.ldapinput | |
|---|---|
 class | 
LDAPInput
Read LDAP Host, convert them to rows and writes these to one or more output streams.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.ldapoutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.ldapoutput | |
|---|---|
 class | 
LDAPOutput
Write to LDAP.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.ldifinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.ldifinput | |
|---|---|
 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 | |
|---|---|
 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.luciddbbulkloader | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.luciddbbulkloader | |
|---|---|
 class | 
LucidDBBulkLoader
Performs a bulk load to a LucidDB table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.luciddbstreamingloader | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.luciddbstreamingloader | |
|---|---|
 class | 
LucidDBStreamingLoader
Perform main transformation. The logic is below: 1.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.mail | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.mail | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
MappingInput
Do nothing.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.mappingoutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.mappingoutput | |
|---|---|
 class | 
MappingOutput
Do nothing.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.memgroupby | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.memgroupby | |
|---|---|
 class | 
MemoryGroupBy
Groups informations based on aggregation rules.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.mergejoin | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.mergejoin | |
|---|---|
 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 | |
|---|---|
 class | 
MergeRows
Merge rows from 2 sorted streams to detect changes.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.metainject | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.metainject | |
|---|---|
 class | 
MetaInject
Read a simple CSV file Just output Strings found in the file...  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.mondrianinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.mondrianinput | |
|---|---|
 class | 
MondrianInput
Reads information from a database table by using freehand SQL  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.monetdbbulkloader | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.monetdbbulkloader | |
|---|---|
 class | 
MonetDBBulkLoader
Performs a bulk load to a MonetDB table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.multimerge | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.multimerge | |
|---|---|
 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.mysqlbulkloader | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.mysqlbulkloader | |
|---|---|
 class | 
MySQLBulkLoader
Performs a streaming bulk load to a MySQL table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.normaliser | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.normaliser | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
OlapInput
Reads information from an OLAP datasource using MDX  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.orabulkloader | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.orabulkloader | |
|---|---|
 class | 
OraBulkLoader
Performs a bulk load to an oracle table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.parallelgzipcsv | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.parallelgzipcsv | |
|---|---|
 class | 
ParGzipCsvInput
Read a simple CSV file Just output Strings found in the file...  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.pentahoreporting | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.pentahoreporting | |
|---|---|
 class | 
PentahoReportingOutput
Outputs a stream/series of rows to a file, effectively building a sort of (compressed) microcube.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.pgbulkloader | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.pgbulkloader | |
|---|---|
 class | 
PGBulkLoader
Performs a bulk load to a postgres table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.prioritizestreams | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.prioritizestreams | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
RandomValue
Get random value.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.regexeval | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.regexeval | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
ReservoirSampling
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.rest | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.rest | |
|---|---|
 class | 
Rest
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.rowgenerator | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.rowgenerator | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
RowsToResult
Writes results to a next transformation in a Job  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.rssinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.rssinput | |
|---|---|
 class | 
RssInput
Read data from RSS and writes these to one or more output streams.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.rssoutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.rssoutput | |
|---|---|
 class | 
RssOutput
Output rows to RSS feed and create a file.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.rules | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.rules | |
|---|---|
 class | 
Rules
This Transformation Step allows a user to execute a rule set against an individual rule or a collection of rules.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.salesforcedelete | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.salesforcedelete | |
|---|---|
 class | 
SalesforceDelete
Read data from Salesforce module, convert them to rows and writes these to one or more output streams.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.salesforceinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.salesforceinput | |
|---|---|
 class | 
SalesforceInput
Read data from Salesforce module, convert them to rows and writes these to one or more output streams.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.salesforceinsert | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.salesforceinsert | |
|---|---|
 class | 
SalesforceInsert
Read data from Salesforce module, convert them to rows and writes these to one or more output streams.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.salesforceupdate | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.salesforceupdate | |
|---|---|
 class | 
SalesforceUpdate
Read data from Salesforce module, convert them to rows and writes these to one or more output streams.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.salesforceupsert | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.salesforceupsert | |
|---|---|
 class | 
SalesforceUpsert
Read data from Salesforce module, convert them to rows and writes these to one or more output streams.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.samplerows | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.samplerows | |
|---|---|
 class | 
SampleRows
Sample rows.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.sapinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.sapinput | |
|---|---|
 class | 
SapInput
Reads information from a database table by using freehand SQL  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.script | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.script | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
SetVariable
Convert Values in a certain fields to other values  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.singlethreader | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.singlethreader | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
SortedMerge
Do nothing.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.splitfieldtorows | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.splitfieldtorows | |
|---|---|
 class | 
SplitFieldToRows
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.sql | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.sql | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
StringCut
Cut strings.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.stringoperations | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.stringoperations | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
SystemData
Get information from the System or the supervising transformation.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.tableexists | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.tableexists | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
TableOutput
Writes rows to a database table.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.terafast | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.terafast | |
|---|---|
 class | 
TeraFast
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.textfileinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.textfileinput | |
|---|---|
 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.textfileoutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.textfileoutput | |
|---|---|
 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.uniquerows | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.uniquerows | |
|---|---|
 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 | |
|---|---|
 class | 
UniqueRowsByHashSet
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.univariatestats | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.univariatestats | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
UserDefinedJavaClass
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.validator | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.validator | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 class | 
WebService
 | 
| Uses of BaseStep in org.pentaho.di.trans.steps.writetolog | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.writetolog | |
|---|---|
 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 | |
|---|---|
 class | 
XBaseInput
Reads data from an XBase (dBase, foxpro, ...) file.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.xmlinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.xmlinput | |
|---|---|
 class | 
XMLInput
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.xmlinputsax | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.xmlinputsax | |
|---|---|
 class | 
XMLInputSax
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.xmlinputstream | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.xmlinputstream | |
|---|---|
 class | 
XMLInputStream
Use a StAX parser to read XML in a flexible and fast way.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.xmljoin | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.xmljoin | |
|---|---|
 class | 
XMLJoin
Converts input rows to one or more XML files.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.xmloutput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.xmloutput | |
|---|---|
 class | 
XMLOutput
Converts input rows to one or more XML files.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.xsdvalidator | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.xsdvalidator | |
|---|---|
 class | 
XsdValidator
Executes a xsd validator on the values in the input stream.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.xslt | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.xslt | |
|---|---|
 class | 
Xslt
Executes a XSL Transform on the values in the input stream.  | 
| Uses of BaseStep in org.pentaho.di.trans.steps.yamlinput | 
|---|
| Subclasses of BaseStep in org.pentaho.di.trans.steps.yamlinput | |
|---|---|
 class | 
YamlInput
Read YAML files, parse them and convert them to rows and writes these to one or more output streams.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||