Export Image to File
Last updated
Was this helpful?
Category: Files
Version: 1.0
Last updated: June 15, 2026
Author: Any2Info
The Export Image to File node allows you to save images from a data flow to a file system location.
Images are retrieved from a column in the input data and written to the selected destination folder. A file name can be provided directly or retrieved from a column in the input data.
The node processes each row individually and creates a separate file for each image.
The process works as follows:
Select a valid File Source connection.
Select the destination Folder.
Select the Image Column that contains the image data.
Specify the File Name or select a column containing the file name.
Select the output format.
Execute the node.
The images are saved to the selected destination.
Select the file system connection that should be used.
The selected connection determines where the image files will be stored.
This field is required.
Specifies the destination folder where the image files should be created.
This field is required.
Specifies the column that contains the image data.
This field is required.
The image data may contain:
Binary image data
Base64 encoded image data
Each row is processed individually.
Specifies the name of the file that should be created.
The value can be:
A fixed file name
A column containing the file name
This field is required.
Examples:
invoice.png
photo.jpg
[FileName]
Specifies the output format of the generated image file.
Available options:
Save the image as a PDF document
JPG
Save the image as a JPEG image
PNG
Save the image as a PNG image
This node does not return image data.
The images are written directly to the configured destination folder.
Ensure that the Image Column contains valid image data.
Use dynamic file names to prevent files from overwriting each other.
Use PNG when image quality should be preserved.
Use JPG when smaller file sizes are preferred.
Verify that the selected destination folder is writable by the configured connection.
1.0
June 15, 2026
Initial documentation version added.
Last updated
Was this helpful?
Was this helpful?