Skip to content

excelFileDS

datacorner edited this page Dec 2, 2023 · 3 revisions

Using the excelFileDS Data Source

Purpose

The aim of this Data Source is to read or write into a Excel file (currently this DataSource is read-only).

Configuration

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

Clone this wiki locally