Data Conversion
Easily convert input data from one format to another within your workflow.
What is Data Conversion?

Data Conversion allows users to convert data from one format to another seamlessly. Whether you need to transform JSON to text, text to a file, or any other combination, this node simplifies the process within your workflow.
How to use it?
The Data Conversion can be configured to handle various types of input and output formats, making it highly versatile. Here are the steps to set it up:
-
Add Data Conversion:
- Drag and drop the Data Conversion into your workflow.
- Connect the input anchor to the previous node's output that provides data you want to convert.
- Choose the input data type from the available options: Text, JSON, or File.
-
Configure Input:
- Select the type of input data you will be converting (e.g., JSON).
-
Set Output Format:
- Choose the desired output format for the data: Text, JSON, or File.
-
Connect Output:
- Connect the output anchor to the next node that will use the converted data.
Example of usage
Using the Data Conversion node in combination with other nodes to achieve a seamless data transformation.
Example Task: Convert JSON Data to Text and Save as a File
Objective: Convert JSON data received from an API to text format and save it as a file in AWS S3.
Step-by-Step Setup
-
- Use the API Input node to receive JSON data from an external API.
- Configure the API Input node to capture the incoming data.
-
Data Conversion:
- Add a Data Conversion node.
- Connect the API Input node's output to the Data Conversion node's input.
- Set the input format to text and the output format to File.
-
- Add a File Writer node.
- Connect the Input to File node's output to the File Writer node's file input.
- Configure the File Writer node with the storage provider (AWS S3), file path, and bucket name.

Additional Information
When using AWS-related nodes, ensure that the AWS credentials provided have the necessary IAM permissions assigned. For example, the File Writer node will need permissions to write files to the specified S3 bucket.
By following these steps, you can effectively convert JSON data to text and save it as a file in an AWS S3 bucket using the Data Conversion node in combination with other nodes in the workflow.