Add Heading (addheading)
Less than 1 minuteBuiltin CommandsTable Management
addheading
)
Add Heading (Adds headings to a table
Description
addheading
takes a list of parameters and adds them to the start of a table. Where prepend
is designed to work with arrays, addheading
is designed to prepend to tables.
Usage
<stdin> -> addheading value value value ... -> <stdout>
Examples
» tout jsonl '["Bob", 23, true]' -> addheading name age active
["name","age","active"]
["Bob","23","true"]
Synonyms
addheading
See Also
- Append To List (
append
): Add data to the end of an array - Count (
count
): Count items in a map, list or array - Create JSON Array (
ja
): A sophisticated yet simply way to build a JSON array - Define Type (
cast
): Alters the data-type of the previous function without altering its output - Get Item (
[ Index ]
): Outputs an element from an array, map or table - Get Nested Element (
[[ Element ]]
): Outputs an element from a nested structure - Match String (
match
): Match an exact value in an array - Prepend To List (
prepend
): Add data to the start of an array - Regex Operations (
regexp
): Regexp tools for arrays / lists of strings - Reverse Array (
mtac
): Reverse the order of an array - Sort Array (
msort
): Sorts an array - data type agnostic - Stream New List (
a
): A sophisticated yet simple way to stream an array or list (mkarray)
This document was generated from builtins/core/arraytools/addheading_doc.yaml.