Registry / serialization / scala-csv-2-10

scala-csv-2-10

JSON →
library2.0.0javamavenunverified

scala-csv is a Scala library for reading and writing CSV files with a simple API.

<dependency> <groupId>com.github.tototoshi</groupId> <artifactId>scala-csv_2.10</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-CSV-2-10
S
scala-csv-2-10
serializationjavav2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CSVReader
com.github.tototoshi.csv._

Reads all rows from a CSV file and prints them.

import com.github.tototoshi.csv._ val reader = CSVReader.open(new java.io.File("data.csv")) reader.all().foreach(println) reader.close()
Debug
Known issues
breakingscala-csv 2.0.0 is for Scala 2.10; newer versions support Scala 2.11+.
fix
Upgrade to a newer scala-csv version if using a newer Scala version.
affects: 2.0.0
Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scala-csv-2-10 — mvn dependency:get scala-csv-2-10 · libregistry