Comment on page
Type Conversion
Type Conversion lets you change the type of your input, and provides the type of data you want as output.
Type Conversion has no unique node definition to be configured, you can give it a name and a description:

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.

Working Example of Input Ports converted to Integer and Float respectively
Last modified 1yr ago