-
Notifications
You must be signed in to change notification settings - Fork 1
excelFileDS
datacorner edited this page Dec 2, 2023
·
3 revisions
The aim of this Data Source is to read or write into a Excel file (currently this DataSource is read-only).
The specific configuration (as a Datasource) in the configuration file section parameters includes the following parameters:
- sheet: By defaults taks the first sheet, otherwise takes the sheet name
- 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.excelFileDS",
"parameters": {
"sheet": "sheet1",
"filename": "test.xlsx",
"path": "tests/data/"
}
... ] ...
π 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