I currently have code to generate an xml file using a rythm template. I am wondering how i can use the same code to generate a .csv file? Is there a way to do it?
please advise.
I currently have code to generate an xml file using a rythm template. I am wondering how i can use the same code to generate a .csv file? Is there a way to do it?
please advise.
Just use csv format to create the template file, and better give it a name
xxx.csv
.Checkout the full demo at https://github.com/greenlaw110/Rythm/tree/master/samples/demo_fo_SO_150529
You can run it with
mvn compile exec:java
if you download the whole demo to you local disk