addheading
- Command ReferenceAdds 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"]
[[
(element): Outputs an element from a nested structure[
(index): Outputs an element from an array, map or tablea
(mkarray): A sophisticated yet simple way to build an array or listappend
: Add data to the end of an arraycast
: Alters the data type of the previous function without altering it’s outputcount
: Count items in a map, list or arrayja
(mkarray): A sophisticated yet simply way to build a JSON arraymatch
: Match an exact value in an arraymsort
: Sorts an array - data type agnosticmtac
: Reverse the order of an arrayprepend
: Add data to the start of an arrayregexp
: Regexp tools for arrays / lists of stringsThis 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 Fri May 19 22:45:48 UTC 2023 against commit 54b5f6754b5f67b250bbf7353e83c42ed187802584c3ae3.
Current version is 4.1.6140 which has been verified against 14045 tests cases.