Generating images from base64 encoded string

Hey there,

I’m currently working on a flow that retrieves images and their respective names through a rest API endpoint. And I should then in turn convert these into images and upload those to a FTP server. What would be the most efficient way to tackle this?

Thanks in advance.

Hi @Bas.T

You can use the “String: Base64 decode” mapper in the “Write files to a filesystem” publisher or “Write a file to a filesystem” transformer.

The mapper will convert the base64 encoded string into the image (binary).

Please give it a try and let me know if you find any issues.