Binary package “libxml-csv-perl” in ubuntu trusty

Perl module for transforming CSV documents into XML

 This module provides functions to easily transform CSV documents into
 XML. The module uses Text::CSV_XS to parse csv files and put into
 perl data structure. The perl data structure is then written into
 xml data structure. XML::CSV allows to create your own Text::CSV_XS
 object with defaults that fit your needs or just use defaults.