Reference: Supported File Formats for External Data in Tables and Datasets
To bring in non-Workday data as a table or base dataset, Workday parses the data into records (rows) and fields. All characters must be UTF-8 encoded.
If you're new to Workday, you don't have access to create or edit base datasets.
Tables and base 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). |