to for formats

Translate structured data to a format.

Signature

> to {flags}

Input/output types:

inputoutput
nothingstring

Notes

You must use one of the following subcommands. Using this command as-is will only produce this help message.

Subcommands:

nametypeusage
to csvBuiltinConvert table into .csv text .
to htmlBuiltinConvert table into simple HTML.
to jsonBuiltinConverts table data into JSON text.
to mdBuiltinConvert table into simple Markdown.
to nuonBuiltinConverts table data into Nuon (Nushell Object Notation) text.
to textBuiltinConverts data into simple text.
to tomlBuiltinConvert record into .toml text.
to tsvBuiltinConvert table into .tsv text.
to xmlBuiltinConvert special record structure into .xml text.
to yamlBuiltinConvert table into .yaml/.yml text.