Required Parameters
You must provide a value for one of the following fields, but not both:- data: The data to decode.
- file: The file to decode.
Optional Parameters
- format: The format to use for decoding. Available values are BASE64, HEX, HTML, JIS, QP, URL, UU, and YENC. The default is BASE64.
- outfile: The file in which to store the decoded data. This is not supported for UU decoding, which uses the filename stored in the encoded file.
- outformat: The format to use for decoded data. Available values are RAW, BASE64, and HEX. The default is RAW.
- encoding: The encoding to use to convert the decoded byte array into RAW format. The default is UTF-8.
Output Attributes
- decodeddata: The decoded data.
- format: The format used for decoding.
- outfile: If you specified an input value for outfile, this is the file that contains the decoded data.