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.)