Hello everbody...
I need to generate a single XML file from data got from many .csv files .
1 COLUMN is common to all the .csv file...
while others are its corresponding properties..
So the problem is I need to take data for each entry of the COMMON column from all the .csv file to form a data set.
There are many such data sets...
For which I need to generate AN single XML file
I need to generate a single XML file from data got from many .csv files .
1 COLUMN is common to all the .csv file...
while others are its corresponding properties..
So the problem is I need to take data for each entry of the COMMON column from all the .csv file to form a data set.
There are many such data sets...
For which I need to generate AN single XML file
Comment