ArrayGetStringByPath_v2 Op

ArrayGetStringByPath

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


useful when working with nested data structures.

the path defines the way to the string. the string will be returned

given an array like this:

[ "alyx","gordon","eli","g-man"]

a path of 2 will return eli:


Full Name
  • Ops.Data.JsonPath.ArrayGetStringByPath_v2
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


Op is missing in example patch!

Example Patch ArrayGetStringByPath - Example

Open In Editor

INPUT PORTS


Array (Array)
Path (String)

the path (i.e. data.names)

Return path if missing (Number: boolean)

OUTPUT PORTS


Output (String)

the string

Found (booleanNumber)

Changelog

Patches using ArrayGetStringByPath_v2

  • Examples
  • Public
  • My Patches