Select a single column and output raw

``` glaze json misc/test-data/[123].json --select-template '{{.a}}-{{.b}}' ```

Sections

Terminology & Glossary
📖 Documentation
Navigation
74 sectionsv0.1
📄 Select a single column and output raw — glaze help select-single-column
select-single-column

Select a single column and output raw

``` glaze json misc/test-data/[123].json --select-template '{{.a}}-{{.b}}' ```

Examplejsonyamlselect

In order to output more complex values, you can specific a single select template.

This is really just a shortcut for --output tsv --with-headers=false --template=.

❯ glaze json misc/test-data/[123].json --select-template '{{.a}}-{{.b}}'
1-2
10-20
100-200