My objective is to create a single CSV file with the data from XML files. In a folder, I have multiple XML files. The number of XML files will vary based on a day. Should I combine all the XML files first and then create the CSV or create CSV for each and then combine?
An example in Java would be really helpful. I can post a sample of XML file if needed. All the XML files are the same format.