Skip to main content

CSV Overview

Installation​

To get started with CSV module, add the following dependency:

libraryDependencies += "dev.vhonta" %% "scala-ql-csv" % "0.2.0-RC4"

Supported operations​

  • Reading single CSV files
  • Reading multiple files
  • Reading from directory (optionally with GLOB pattern)
  • Writing query result to a CSV file
  • Naming (snake_case, CamelCase, kebab-case, etc.)