Skip to main content

Reformat Data Type: format

Laurence MorganLess than 1 minuteBuiltin CommandsList / Array EditingString ManipulationStructured Data ManagementTable Management

Reformat Data Type: format

Reformat one data-type into another data-type

Description

format takes a data from stdin and returns that data reformated in another specified data-type

Usage

<stdin> -> format data-type -> <stdout>

Examples

» %{ One: 1, Two: 2, Three: 3 } -> format xml
<xml>
    <One>1</One>
    <Three>3</Three>
    <Two>2</Two>
</xml>

See Also


This document was generated from builtins/core/typemgmt/format_doc.yamlopen in new window.

Last update:
Contributors: Laurence Morgan,Laurence Morgan,Laurence