CSV to Xml conversion
-
I was searching for CSV to XML generic conversion. My target was to create a tool which will generate XMl format from given CSV file and XSL format. So it will be very generic. My solution is - convert CSV to simple XML (single node depth) (XmlCsvReader from .Net) - apply xslt to that XML and generate the required complex xml. I added a simple class to Xmlcsvreader package and I got the solution ready
-
I was searching for CSV to XML generic conversion. My target was to create a tool which will generate XMl format from given CSV file and XSL format. So it will be very generic. My solution is - convert CSV to simple XML (single node depth) (XmlCsvReader from .Net) - apply xslt to that XML and generate the required complex xml. I added a simple class to Xmlcsvreader package and I got the solution ready
-
Sounds like he had an eureka realization to me! :confused:
"We make a living by what we get, we make a life by what we give." --Winston Churchill