CSV to VXML
Convert a comma separated file to IBM XML format. The binary that is used to do this is named csv2xml. This program is invoked in the following way:
./csv2vxml <input-file-in-csv-format> <separator>
The optional separator parameter's value replaces the default "," separator.