Concepts → Local Data Folder

About a local data folder

A local data folder is a folder that you create or a folder that you upload to the Data Manager. A local data folder helps you organize local data files and other local data folders that are children to the parent local data folder.

Using the Data Manager, you can upload one or more data files and folders to Shared Storage for a given tenant in an Incorta cluster. An uploaded file is a local data file and an uploaded folder is a local data folder.

A folder can contain zero or more files with zero or more subfolders. Incorta preserves the hierarchy of folders.

The LocalFiles data source exposes the local data files and local data folders for a physical schema table that uses the File System connector as the data source. The File System connector supports selecting a local data file or a group of files from a local data folder.

Supported file formats

The Data Manager allows you to upload one or more data folders. Incorta only uploads files with the following supported file extensions. After upload, Incorta will unzip compressed folders and files.

File ExtensionFile TypeExampleNotes
.csvcomma separated valuessales.csvCan contain a header row
.tsvtab separated valuessales.tsvCan contain a header row
.tabtab separated valuessales.tsvCan contain a header row
.txtcustom delimiter for separated valuessales.txtCan contain a header row
.xlsxMicrosoft Excel 2000 and abovesales.xlsxMust be .xlsx.
Supports Worksheet selection.
.kmltag-based structure with nested attributes based on the XML standardsales.kmlAll tags are case-sensitive.
Support for the Keyhole Markup Language (KML) file format is available starting with the 2021.4.1 release.
.kmzzipped version of a KML filesales.kmz
.gzipcompressed file format for Linux and Unixsales.gzipArchive must contain a supported file type
.zipcompressed file format for Mac OS and Windowssales.zipArchive must contain a supported file type
Note

After a folder upload, Incorta will unzip compressed folders and files. Compressed file formats must contain a support file format: .csv, .tsv, .tab, .txt, .kml, or .xlsx.
A local data file can contain a header row.