Skip to content

vsachinv/grails-csv

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 34 commits ahead of pedjak:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

grails-csv

The csv plugin provides utility methods and also support for reading/writing to csv files. It uses opencsv library.

Installation

Add dependency to your build.gradle for Grails 3.x:

repositories {
  ...
  //maven { url "http://dl.bintray.com/sachinverma/plugins" } As Bintray services down so update with below repo url change.
  //maven { url "https://softclinic.jfrog.io/artifactory/grails-plugins-release" } As Bintray services down so update with below repo url change.
  maven { url 'https://jitpack.io' }
}

dependencies {
    //compile 'org.grails.plugins:csv:1.0.1'
    compile 'com.github.vsachinv:grails-csv:1.01'
}

For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV]

About

Grails CSV plugin extracted from its SVN repository at http://svn.codehaus.org/grails-plugins/grails-csv/trunk

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 99.8%
  • Shell 0.2%