Avatar of DebeG
DebeG
Flag for United States of America

asked on 

I need advice on how to use JAVA to append data from XML files to one CSV file.

I am working with a very large, very complicated schema.  I currently use this schema in JAVA to create XML files based on Job Information.  I am now being asked to also capture the data from each XML file and save to a CSV file, appending records for each job processed. Data from each job varies, so I need to make sure that the CSV file contains all nodes from the schema. I need advice on how to accomplish this.  

Thanks,
JavaXML

Avatar of undefined
Last Comment
DebeG

8/22/2022 - Mon