to yaml
for formats
Convert table into .yaml/.yml text.
Signature
> to yaml
Examples
Outputs an YAML string representing the contents of this table
> [[foo bar]; ["1" "2"]] | to yaml
- foo: '1'
bar: '2'
to yaml
for formats> to yaml
Outputs an YAML string representing the contents of this table
> [[foo bar]; ["1" "2"]] | to yaml
- foo: '1'
bar: '2'