I want to put only certain fields of domain in csv being generated. how can that be done?
I have a order class which contains before update and afterInsert. I have kept them as transient. but still their names comes in the header also, I also want only 5 of the feilds to appear in the csv not all.
You can specify which fields to export. An example for this can be found in Grails Export Plugin documentation.