To import a data set from Google Sheets, Excel, or CSV with your document, include the CSV export of the file in the data directory.

To reference it from the JSON, refer to [Linked Data](🔗) and [Collections](🔗).

Data files are referenced without including directories. To use the file `email-flow.csv` shown in the example file structure, the collection data source would be defined as `"dataSource": "email-flow.csv"`, not `"dataSource": "templates/email-flow.csv"`.



Important: The data directory is not allowed to exceed 1MB.

# Collections

PropertyDescription
**`id`**[ID](🔗) Identifier for a collection that linked data objects will reference.
**`dataSource`**[String](🔗) File reference.


# Supported Media

ExtensionDescription
**`.txt`**Text file
**`.csv`**Comma-Separated Values