addheading
)Adds headings to a table
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.
<stdin> -> addheading value value value ... -> <stdout>
» tout jsonl '["Bob", 23, true]' -> addheading name age active
["name","age","active"]
["Bob","23","true"]
addheading
append
): Add data to the end of an arraycount
): Count
items in a map, list or arrayja
):
A sophisticated yet simply way to build a JSON arraycast
):
Alters the data-type of the previous function without altering its
output[ Index ]
): Outputs an element from an array, map or
table[[ Element ]]
): Outputs an element from a nested
structurematch
): Match an exact value in an arrayprepend
): Add data to the start of an arrayregexp
): Regexp tools for arrays / lists of
stringsmtac
):
Reverse the order of an arraymsort
):
Sorts an array - data type agnostica
): A
sophisticated yet simple way to stream an array or list (mkarray)This document was generated from builtins/core/arraytools/addheading_doc.yaml.
This site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Wed Jul 2 22:12:32 UTC 2025 against commit bb72b6fbb72b6fdd502f835172d7d06207ba4ec2c70886c.
Current version is 7.0.2107 (develop) which has been verified against tests cases.