-
Notifications
You must be signed in to change notification settings - Fork 1
csvFileDS
The aim of this Data Source is to read or write into a CSV file.
The specific configuration (as a Datasource) in the configuration file section parameters includes the following parameters:
- separator: By default that's the comma (,) but the column separator can be changed here
- filename: file name (without path)
- path : path of the file to read and/or write
Configuration example:
"classname" : "pipelines.type.directPipeline",
"extractors" : [ {
"id": "S1",
"classname": "datasources.xesFileDS",
"parameters": {
"separator": ",",
"filename": "test.xes",
"path": "tests/data/"
}
... ] ...
Note: As the configuration of this Data source happens in the extractor section, pipelite will read the file. (it would have wrote into that file if the configuration would have happened in the loaders section).
π 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