-
Notifications
You must be signed in to change notification settings - Fork 1
passthroughTR
This transformer does ... nothing. However it couls be used when it's needed to change the Dataset name (id) or when no transformation is needed between one or several extraction and one or more loadings.
It works in a very simple way:
- It accepts many datasets in input.
- If one dataset is specified in input it must have a corresponding (same order) dataset in output. Said differently the configuration must have the same number of dataset in input and in output.
The specific configuration (as a Datasource) in the configuration file section parameters inclues the following parameters:
- inputs: List of dataset ids in an array
- outputs : List of dataset ids in an array
Configuration example:
"transformers": [
{
"id": "T1",
"classname": "pipelite.transformers.passthroughTR",
"inputs" : [ "S1", "S2" ],
"outputs" : [ "O1", "O2" ]
}
... ] ...
π Home
π Main concepts
π» Installation
π¨ Configuration
π Running
Supported Data Sources
π CSV File
π XES File
π Excel File
π€ ODBC
π’ SAP
π’ ABBYY Timeline
Supported Transformations
π Pass Through
πΆ Dataset Profiling
π Concat 2 Data sources
π SubString
π Column Transformation
π Join data sources
π Lookup
π€ Rename Column Name
Extending pipelite
β
how to
β
Adding new Data sources
β
Adding new Transformers
β
Adding new Pipelines