Mode 5 target XML file : Attributes with Values

csv2xml -v -s:example.csv -t:mode5.xml -m:5 -sup

[ Mode 5 with suppressing of empty attributes... ]
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<csv_data_records source="example.csv">
     <record Name="Clooney" Firstname="George" Address="AnyStreet 1" Country="USA" Tel="+01/23451/89876" Email="George.Clooney@emergency.room" />
     <record Name="Graham" Firstname="Heather" />
     <record Name="Picard" Firstname="Jean-Luc" Address="Room next to the bridge of the USS Enterprise" Properties="He's the Captain 
of the USS Enterprise !!!" Email="Jean-Luc.Picard@enterprise.uss" />
</csv_data_records>
<!-- 3 records written -->