How to generate a .csv file from rythm

104 Views Asked by At

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.

1

There are 1 best solutions below

9
On BEST ANSWER

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