Skip to content

Instantly share code, notes, and snippets.

@kristiankime
Created June 21, 2013 13:35
Show Gist options
  • Select an option

  • Save kristiankime/5831177 to your computer and use it in GitHub Desktop.

Select an option

Save kristiankime/5831177 to your computer and use it in GitHub Desktop.
import com.artclod.h2.WorkingData.scalaCodeFromCSV
object PrintScalaCodeExample {
def main(args: Array[String]) {
println(scalaCodeFromCSV("ScalaTable", "data/data.csv"))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment