Skip to content

Instantly share code, notes, and snippets.

@chessman
Created November 17, 2016 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chessman/7f195f16c037f7d2c7957f70569e6b76 to your computer and use it in GitHub Desktop.
Save chessman/7f195f16c037f7d2c7957f70569e6b76 to your computer and use it in GitHub Desktop.
package com.example
import kantan.csv.ops._
import kantan.csv.generic._
case class A(a: Int)
object Test {
List(A(3)).asCsv(',')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment