| Separator|| String|| In || A string that separates the columns; default is ";"
|- align="left"
| OutputEncoding|| String|| In || The character encoding name (e.g. "iso-8859-15") of the output file ([[CharacterEncodings|List of possible encodings]]);<br/>The If not defined, the default encoding is "UTF-8"will be used.
|- align="left"
| Result|| Boolean|| Out || True if successful, false if failed
|}
{{Attention|Setting the OutputEncoding to "ANSI" means that the scope of available characters is limited to the current system's default code page setting character encoding (e.g. ISO -8859-15)!}}
==Usage==