Table of Contents

Enum S3FileTypeDetector.SupportedFileType

Namespace
Datafication.Connectors.S3Connector
Assembly
Datafication.S3Connector.dll

Supported file types that can be processed by the S3 connector.

public enum S3FileTypeDetector.SupportedFileType

Fields

Csv = 0

Comma-separated values file (.csv)

Excel = 3

Microsoft Excel file (.xlsx, .xls)

Json = 1

JavaScript Object Notation file (.json)

Parquet = 2

Apache Parquet file (.parquet)

Unsupported = 4

Unsupported or unknown file type