Example for base64 decoding extension
Any file transported by the file connector in binary format is encoded
		  using base64 standard and copied inside the 
		  <RawData> tag in the noun section of the
		  DataArea. The Base64 decoding extension is useful to decode such a file using
		  an XSLT mapping. If the original file is a text file, you can use advanced
		  string manipulation functions on the decoded text and construct a complex XML
		  output of your choice including hierarchies. 
		
The following example illustrates how you can use a plain text file to construct an XML with hierarchical structure.
Note: This example is included only as an illustration. It is
		  not intended as an optimal or advised approach.