Thursday, November 17, 2011

How to convert CSV file to XML file using XSLT

Whenever the source system is sending the data in the mode of .csv files then for transformation purpose if the target expects in xml format, the below mentioned technique can be used.
In the sample code attached with this post , xslt code is given where it take csv input('file:///d:/abc.csv') and converts it into xml format. This is generic xslt which can be used to convert csv to xml format.
To download the XSLT please click here.

2 comments:

Raphael Oliveira said...

I would like to get the example that was made available but the link is broken.

Rice Recipes said...

Great readingg your blog post