Data Resource - Yaml
About
A yaml file is a text file that contains one or several yaml documents.
Tabulify supports the following YAML extensions:
- yaml
- yml
By default, Yaml files are seen and loaded as json (as set in the style attribute)
Example
Attributes
The attributes of a Yaml file are:
| Name | Description |
|---|---|
| structure | document (default) - One row by document, One column file - One row, One column returning the file properties - One row by document, Multiple columns (one by property) |
| style | json (default) - The json format (ie flow style) block - The indentation yaml format (ie structural production) |
| Because a json file is also a text file, it inherits all text attributes | |
| end-of-record | For a Yaml file, end of document |
| column-name | The name of the column in the case of a file or document structure (Default to yaml) |