Reference: Supported File Formats for External Data in Tables and Datasets
To bring in non-Workday data as a table or dataset, Workday parses the data into records
(rows) and fields. All characters must be UTF-8 encoded.
Tables and datasets support these source file formats:
Format | Description |
|---|---|
Delimited Text | A delimited file is a plain text file format for describing tabular data. Comma-separated
value (CSV) files are the most common delimited files. It refers to any file
that:
If the delimiter also exists in the field values, it must be escaped.
Workday supports single character escapes (such as a backslash), as
well as enclosing field values in double quotes (as is common with
CSV files). |