-
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