Data Resource - Yaml

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)



Related HowTo
Undraw Environment
How to load and analyze YAML documents in a database?

This howto will show you how to load and analyze yaml document (files) into a relational database. sqlite howto databaserelational database At its core a YAML file is just a JSON file styled in...

Task Runner