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
Attributes
The attributes of a Yaml file are:
Name | Description |
---|---|
structure | file - One row, One column returning the file document (default) - One row by document, One column properties - One row by document, Multiple columns (one by property) |
style | block - The indentation yaml format (ie structural production) json (default) - The json format (ie flow style) |
Because a json file is also a text file, it inherits all text attributes | |
end-of-record | For a Yaml file, end of a file (EOF) |
column-name | The name of the column in the case of a file or document structure (Default to yaml) |