Cette class permet de convertir un fichier CSV en XML de manière simple et performante.
Méthode d’appel
pathSource = @"c:\test.csv";
pathDestination = @"c:\test.xml";
ConvertCSVToXML cCSV2XML = new ConvertCSVToXML();
cCSV2XML.convert(pathSource,pat hDestination);