[Files] Decode Base64
Q100078: [Files] Decode Base64
Decodes a list of Base64 files back into original binary or text files.
| Parameter | In/Out | Description | Other Info |
|---|---|---|---|
| Active Directory Connection | In | Active Directory name and login credentials for account with permissions to perform the requested operation. Optional. | Connection type: sysAD |
| File source | InOut | The file source is a list of one or more files, using fully qualified pathnames, such as a FileList output parameter from another module. A typical example being the [Files] Find module. |
|
| Output Folder | In | The local or network folder to store the decoded files. | |
| Log output level | In | Choices: Minimal, VerboseThe level of execution detail you want to appear in the log. |
Default: Minimal |
| File list | Out | The list of output pathnames (files) generated. These should correspond 1:1 with the list of input files. |
(Italics = required parameters)
Notes
The [Files] Decode Base64 module is useful for decoding a text based Base64 encoded file back into a binary file. This module can process one or more files. All files provided to the File Source are decoded 1:1 and stored in the path specified by the Output folder. The final File list will contain a list of all the files successfully decoded.
Last Updated:
1/28/2026 4:28:10 PM