addheading - Command Reference

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"]

See Also

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 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.