Converting data from one format to another

  • Thread starter Thread starter Rishit
  • Start date Start date
R

Rishit

Hello All,
I have to convert XML data (that may be received through a dataset) to other formats such as CSV, Excel etc. Are there any libraries or sample code that would help me do this task.
I have also to decide on the approach for doing this. The Destination Format needs to be configurable so that the source XML that I have can be converted to the desired destination format looking at the schema stored in some configuration file.

I need feedback on the approach of performing these type of tasks as in what would be a good way to develop this application.

Please reply ASAP.

Regards,
Rishit

___
Newsgroups brought to you courtesy of www.dotnetjohn.com
 
Hi Rishit,

The general way your problem is in my opinion to wide to answer in a
newsgroup, however you can have a look at the messages Paul Clement has made
about this subject the last time. In my opinion is he using in his newest
approach the best methods for your problem.

http://tinyurl.com/5bx2e

I hope this helps?

Cor
 
Back
Top