Changes
! Argument!! Type !! Direction !! Purpose
|- align="left"
| FileName|| String{{String_MSDN}}|| In || The file the created CSV data should be saved to
|- align="left"
| Separator|| String{{String_MSDN}}|| In || A string that separates the columns; default is ";"
|- align="left"
| OutputEncoding|| String{{String_MSDN}}|| In || The name of the [http://en.wikipedia.org/wiki/Character_encoding character encoding] (e.g. "iso-8859-15") used for writing the output file - [[CharacterEncodings|List of UBIK character encodings]];<br/>default is "UTF-8"
|- align="left"
| Result|| Boolean{{Boolean_MSDN}}|| Out || True if successful, false if failed
|}