GetValuesFromArrayOfObjects Op
Get an array of values by key of objects in an array
Summary (oneliner)
example:
[
{a:1,b:2,c:3},
{a:4,b:5,c:6},
{a:7,b:8,c:9},
]
Key a
would output 1,4,7
Key b
would output 2,5,8
Key c
would output 3,6,9
Full Name
- Ops.Array.GetValuesFromArrayOfObjects
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch GetValuesFromArrayOfObjects example
INPUT PORTS
Array (Array)
Key (String)
Numbers Only (Number: boolean)
Remove empty/invalid (Number: boolean)
OUTPUT PORTS
Result (Array)