I want to take data from the the gx model and save it into csv file. There are following challenge i am facing -
How to store gxmodel file into a object.
after storing the object, what are the way to store it in csv file.
Question 1:
If my understanding is correct, U have an xml input and u need to store the data into a POJO class(object).
Question 2:
For ListIterator
we can directly export the content to csv (or any oth) format. You can refer --Batch History Export
-- functionality for the same.
Many jars are available for the same also.
.csv
extension. Hope this makes sense. :)