File converter
The File Converter node helps you easily transform files from one format to another — like CSV to JSON, Excel to CSV, or even an image to Base64 — without needing external tools.

Description
The File Converter node is designed to handle quick and reliable file format conversions directly within your workflow.
Field and Function:
Original file*
Input: the file you want to convert.
Example:
trigger.file
(a file uploaded or passed from a previous node).
Original file format*
Select the format of the file you uploaded.
This ensures the system can correctly read the file before conversion.
Target file format*
Select the format you want to convert the file into.
The available options will depend on the format chosen in the Original file format.
List of relationships between "Original File format" and "Target file format"
.txt (Plain Text)
.docx .pdf .html .md
.json (JavaScript Object Notation)
.xlsx .md .xml .base64
.html (HyperText Markup Language)
.docx .pdf .txt .xlsx .csv .jpg .png .json .md .xml .base64
.md (Markdown)
.docx .pdf .html
.csv (Comma-Separated Values)
.pdf .xlsx .jpg .png .json .html .xml .base64
.jpeg/ .jpg (Joint Photographic Experts Group)
.png (Portable Network Graphics)
.pdf (Portable Document Format)
.docx .pptx .txt .xlsx .jpg .png .webp .html
.xlsx (Microsoft Excel)
.pdf .csv .jpg .png .json .html .xml .base64
.docx (Microsoft Word 2007 and later)
.pdf .txt .jpg .png .html
Example
Input:
Original File type = File PDF
Target file format = File JPG

After executing the flow

At the "Output node", you can download the file

Last updated
Was this helpful?