File Upload Ingestion Source

A local file data source allows you to read data from the local file system.

Data Source Configuration

Upload Data File

For designing the application, you can provide the sample data file in one of the supported formats to see the schema details during the application design.

File Format: Select the sample file format (file type) depending on the data type.

Gathr-supported file formats for File Upload data source are CSV, JSON, TEXT, Parquet and ORC.

  • For CSV file format, select its corresponding delimiter.

    Header Included: Enable this option to read the first row as a header if your uploaded file’s data is in CSV format.

  • For JSON file format, specify whether the JSON file has records on multiple lines.

Upload: Please upload the sample file as per the file format selected above.

Add Configuration: Additional properties can be added using this option as key-value pairs.

Schema

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

Top