[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 |
---|---|---|---|
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. | |
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:
10/3/2023 1:07:15 AM