Plugins You can find out about all the publicly available Grails plugins.

Grails CSV Plugin

  • Tags : csv, import
  • Latest : 0.3.1
  • Last Updated: 10 June 2013
  • Grails version : 1.2 > *
6 votes

6% of Grails users

The Grails CSV Plugin allows you to easily parse and consume CSV data from a number of input sources. It supports complex parsing scenarios such as nested commas inside quotes, escaped tokens, multi-line quoted values and allows configuration of parsing options (separator char, escape char, text encoding, etc). It is based on Glen Smith (et. al.)'s OpenCSV project (http://opencsv.sourceforge.net)

This plugin adds two dynamic methods 'eachCsvLine' and 'toCsvReader' to each of the following classe...

Read more

Dependency :
compile ":csv:0.3.1"

Documentation

Previous1..12131415161718192021..94Next