Class XML2CSV


  • public class XML2CSV
    extends Object
    Note: XSLT files might not handle escaping of csv appropriately!!! Double-check results before publishing!
    Author:
    admin
    • Constructor Detail

      • XML2CSV

        public XML2CSV()
    • Method Detail

      • transformToSingleFile

        public static void transformToSingleFile​(List<File> xmlFiles,
                                                 File xslFile,
                                                 File outputFile)
                                          throws Exception
        Note: Might not handle escaping of csv appropriately!!!
        Parameters:
        xmlFiles -
        xslFile -
        outputFile -
        Throws:
        Exception