File Reader ETL Source

This source is only available in Apache environment. This component is supported in Gathr on-premise. A local file data source allows you to read data from local file system. Local file System is File System where Gathr is deployed.

The Batch data can be fetched from source or you can upload the files.

Schema Type

See the topic Provide Schema for ETL Source → to know how schema details can be provided for data sources.

After providing schema type details, the next step is to configure the data source.


Data Source Configuration

FieldDescription
File PathThe local file path from where the data will be read.

Detect Schema

Check the populated schema details. For more details, see Schema Preview →


Pre Action

To understand how to provide SQL queries or Stored Procedures that will be executed during pipeline run, see Pre-Actions →


Notes

Optionally, enter notes in the Notes → tab and save the configuration.


Click Done to save the configuration.

Top