Write binary files

Found a workaround, for Windows 10:

  • Use the action 'Export into delimited textfile' to write the BASE64-encoded string to a ASCII-file (eg c:\temp\temp.b64)
  • Call PowerShell ('certutil -decode "{tempfile}" "{outputfile}"') to decode the file.

Nevertheless, a 'binary write' wouldn't hurt :wink:

Greetings,
Dethmer Kupers
DEQIT

2 Likes