noflo-manipulate
v0.0.1
Published
Advanced manipulation of objects, packets, and groups in NoFlo
Downloads
4
Readme
Advanced manipulation of objects, packets, and groups in NoFlo
This package contains more arcane manipulation of objects, packets, and groups
in NoFlo. Core packages like noflo-objects
, noflo-packets
, and
noflo-groups
should not depend on other packages so this package is created
to contain graphs that depend on multiple packages.
Usage
GroupValueByAnother
Take in an object, extract some value by key and group that with another value of the object.
In-ports
GROUPING
: The key of the value to be used for the groupENCLOSED
: The key of the value to be groupedIN
: Take in a JavaScript objectOUT
: The enclosed value grouped by the grouping value