|
<?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 --> |