Data Type Converter
This function block is designed to convert data from one type to another. It can handle various data types, making it an essential tool for data manipulation in workflows.
π₯ Inputs
Generic
This input accepts any type of data that you want to convert.
π€ Outputs
Generic
The output provides the converted data based on the selected type.
πΉοΈ Controls
Convert to:
A dropdown menu that allows you to select the target data type for conversion. The available options include:
Integer
Boolean
String
Float
Batch
List
Dictionary
π¨ Features
Flexible Type Conversion
Supports conversion between several different data types, including lists and batches.
Batch Handling
Capable of processing data in batch format, converting individual items or entire lists.
π Usage Instructions
Connect Input Data: Link any data type to the input socket.
Select Conversion Type: Choose the desired output data type from the
Convert to:
dropdown.Evaluate: Run the block to convert the input data to the selected type. The result will be available at the output socket.
π Evaluation
Upon execution, this function block processes the input data and returns it in the chosen format.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated