The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:App-PipeFilter dist::fields"

App::PipeFilter::JsonMap - map input fields to output fields by renaming them River stage zero No dependents

App::PipeFilter::JsonMap implements the jmap(1) pipeline filter. It renames JSON object fields by mapping input field names to new ones on output. This class subclasses App::PipeFilter::Generic::Json....

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

App::PipeFilter::JsonCut - return specified fields from a JSON stream River stage zero No dependents

App::PipeFilter::JsonCut implements the jcut(1) pipeline filter. It's modeled after the UNIX cut(1) utility. Please see jcut(1) for usage instructions. This class subclasses App::PipeFilter::Generic::Json....

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

App::PipeFilter River stage zero No dependents

App::PipeFilter is a distribution of shell pipeline filters designed to work with structured data like JSON rather than whitespace separated fields. For example, jcut is a simple version of cut(1) that understands JSON objects rather than whitespace ...

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

App::PipeFilter::JsonPath - return JSON::Path-specified fields from a JSON stream River stage zero No dependents

App::PipeFilter::JsonPath implements the jsonpath(1) pipeline filter. It's modeled after the UNIX cut(1) utility, but output fields are specified by JSON::Path expressions. This class subclasses App::PipeFilter::Generic::Json....

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

App::PipeFilter::JsonSort - a sort(1)-like filter that understands JSON fields River stage zero No dependents

App::PipeFilter::JsonSort implements a pipeline filter similar to sort(1), except that the -k flags describe JSON fields rather than whitespace-separated columns. This filter currently provides a small subset of the options that sort(1) does....

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

jmap - map input JSON fields to output JSON fields by renaming them River stage zero No dependents

jmap(1) behaves like jcat(1) but renames fields in the process of concatenating input files. jmap(1) reads files sequentially, altering some or all of their field names before writing them to standard output. jmap(1) can rename multiple fields by rep...

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

jsort - sort input files of JSON objects on key fields River stage zero No dependents

Write a sorted concatenation of all input JSON objects to standard output. Modeled after sort(1), except that key fields are specified by JSON names rather than field positions. The sort(1) utility is called upon to do most of the work. The -n and -r...

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

App::PipeFilter::Generic::Json - a generic JSON pipeline filter River stage zero No dependents

App::PipeFilter::Generic::Json is a generic base class for pipeline filters that read and write streams of JSON objects. It subclasses App::PipeFilter::Generic and customizes it with the following roles: App::PipeFilter::Role::Reader::Sysread, App::P...

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

jcut - cut out selected portions of each JSON object in a file River stage zero No dependents

jcut(1) cuts out selected portions of each JSON record and writes them to standard output. Multiple output fields may be specified, one per -o flag....

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

jsonpath - use JSON::Path to cut out selected portions of JSON objects River stage zero No dependents

jsonpath(1) cuts out selected portions of each JSON record and writes them to standard output. Fields are selected using JSON::Path expressions, which are a Perl-centric variant of JSONPath. Multiple fields may be specified, one per -o flag. Output f...

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC

json2tsv - convert files of JSON objects into a stream of TSV rows River stage zero No dependents

json2tsv(1) cuts out selected portions of each JSON record and writes them to standard output as tab-separated rows. Multiple output fields may be specified, one per -o flag....

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC
11 results (0.032 seconds)