public class XML2CSV extends Object
| Constructor and Description |
|---|
XML2CSV() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
transform(File xmlFile,
File xslFile,
File outputFile) |
static void |
transformToSingleFile(List<File> xmlFiles,
File xslFile,
File outputFile)
Note: Might not handle escaping of csv appropriately!!!
|
Copyright © 2020. All rights reserved.