Search Itential

  • Filter

  • Sort By

Found 1783 results

in "All Categories"

Transformations

Get Value from JSON Pointer

This Pre-Built Transformation takes an object and a json pointer It gets a value out of the object based on the JSON Pointer you give it, otherwise it returns undefined. Since a json file can be nested with a lot of information, the json pointer provides a path through the json to get a value.

Read More >

Transformations

Allocate a Pair of Numbers

This Pre-Built Transformation finds the first available consecutive pair of numbers from a an array (range of integers). This Transformation could be used for an array of ports or an array of IP addresses.

Read More >

Transformations

Allocate a Number

This Pre-Built Transformation finds the first available number from an array of objects. Example: Extract a  number from an array of port numbers or IP addresses, where only 1 quadrant can be handled.

Read More >

Transformations

Set Operations for Arrays

This Pre-Built Transformation performs set operations on two user provided arrays by converting both arrays to sets.

Read More >

Transformations

Parse Numbers within Objects

This Pre-Built Transformation converts strings, array of strings and strings within objects to numbers. This Transformation can be used for converting a variety of data types to numbers without having to worry about sending in invalid inputs.

Read More >

Transformations

Remove Duplicates from Array of Numbers or Strings

These Pre-Built Transformations remove duplicates from arrays of strings, numbers and objects. They also include support for removing duplicates from arrays of deeply nested objects.

Read More >

Transformations

Remove Duplicates from Array of Objects or Arrays

These Pre-Built Transformations remove duplicates from arrays of strings, numbers and objects. They also include support for removing duplicates from arrays of deeply nested objects.

Read More >

Transformations

Aggregate Functions for Array

This Pre-Built Transformation performs a set of mathematical aggregations on an array of numbers. This Transformation can be used for aggregating arrays returned by the GroupBy property pre-built transformation.

Read More >

Transformations

Group Records by Property

This Pre-Built Transformation groups records based on a category set by the user. This Transformation can also be used as a substitute for searching/filtering objects within arrays.

Read More >

Transformations

GroupBy Property

This Pre-Built Transformation emulates the SQL GroupBy statement on an array of objects. This Transformation can also be used to generate arrays for aggregation.

Read More >