Type Conversion

Type Conversion lets you change the type of your input, and provides the type of data you want as output.

Node Definitions

Type Conversion has no unique node definition to be configured, you can give it a name and a description:

Input & Output Ports

Type Conversion defines Input and Output ports in one row, as input rows are mapped to output rows 1 by 1. Each input value will converted to type of choice to the corresponding output port.

Options of type conversion are:

  • Integer

  • Float

  • String

  • JSON

  • Stringified JSON

  • PNG

  • JPG

  • Array

  • NumpyArray

  • ByteArray

Type Conversion input ports are onChange: true by default, and will run every time the input value changes. The value won't change with type conversion, as the name suggests, it will only change the type of the data.

System Ports

For more information read here

Working Example

Last updated