Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs

Sunday, August 21, 2011

Exporting CSV in Grails | leapingmind

Exporting CSV in Grails | leapingmind
Recently I needed to implement a controller action that generates a CSV (Comma Separated Values) representation of some data. It was pretty simple to do, but I couldn’t find a decent writeup of how to write the code and test it. This blog post will show what I ended up implementing.

No comments:

Post a Comment