5.4.4 DECODE
The DECODE command will BASE64 decode the contents of the specified FROM file.
Syntax:
Command |
Keyword |
Value |
Developer notes |
DECODE |
FROM |
value |
Required. File Path. |
TO |
value |
Required. File Path. |
|
REPLACE |
*YES |
Optional. Replace existing file. |
|
*NO |
Default. |
Example
DECODE FROM(encoded.txt) TO(data.txt)