beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

All Operators

AjaxRequest

 Request a json file and output an object (ajax, url, json)

ArrayGetArrayByPath

 returns the array at the position defined by a path

ArrayGetArrayValuesByPath

 Outputs all the values of the properties of an array of objects given a path

ArrayGetNumberByPath

 finds a number at a position in an array defined by path

ArrayGetObjectByPath

 Returns the object at the position defined by a path

ArrayGetStringByPath

 Finds a string at a position in an array defined by path

CsvArray

 parse CSV files as array

CsvColumnArray

get all values of a CSV column as array of strings

FilterValidObject

Filter valid objects

GateObject

Will only allow an Object to to be output if the the pass through parameter evaluates to true

GetStringFromObject

get string from object

ObjectFilterContentByKey

 filter values from an object if key starts with input string

ObjectFunnel

outputs the last changed object

ObjectGetArrayByPath

 returns the array at the position defined by a path

ObjectGetArrayValuesByPath

 Outputs all the values of the properties of an array of objects given a path

ObjectGetArray

Returns an array from a JSON-object

ObjectGetNumberByPath

 finds a number at a position in an object defined by path

ObjectGetNumber

Get a number from an object

ObjectGetObjectByPath

 Returns the object at the position defined by a path

ObjectGetObject

Get an object from an object

ObjectGetString

 Get string from object by key

ObjectGetStringByPath

 Finds a string at a position in an object defined by path

ObjectIsNull

check if object is null or a valid object

ObjectIterate

iterate keys of an object

ObjectKeys

returns an array of strings, which contain the keys of the object

ObjectOr

result is first connected valid object

ObjectRecorder

record objects and download as json file

ObjectSetArray

Set array by key in an object

ObjectSetNumber

set number at key in an object

ObjectSetObject

 set object as value in an object

ObjectSetObjectSimple

 set object as value in an object

ObjectSetString

set a string value by key in an object

ObjectStringify

 Convert object to string

ObjectToArray

cast an object port to an array port

ObjectTrigger

set output object when triggered

ObjectValues

 extract all object values as an array

ParseObject

 Parses a string to a JSON object

RouteObject

 Route an object to an output port

SaveJsonFile

 save/download an object as json file

SwitchObject

 Allows switching between objects