User177399542 posted
Hi
I have xml file having thousands of record and I want it to convert into CSV. I have implemented code to convert xml to csv in my previous projects(using Dataset.ReadXML) but it breaks as now XML file has thousands of records. Now
I tried to convert using XmlReader but csv file shows me error as csv has limited rows. My questions are:
- Any good tutorial/Code/Idea about how to convert large XML files to CSV.
- How to pass XML records into multiple excel spreadsheets when data exceeds it max limit of rows?
Thanks