Registry / serialization / univocity-parsers

univocity-parsers

JSON →
library2.9.1javamavenunverified

Univocity Parsers provides a consistent API for parsing CSV, TSV, fixed-width, and other text formats with high performance.

<dependency> <groupId>com.univocity</groupId> <artifactId>univocity-parsers</artifactId> <version>2.9.1</version> </dependency>
INSTALL
IMPORT
SIG · UNIVOCITY-PARSERS
U
univocity-parsers
serializationjavav2.9.1
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.

CsvParser
com.univocity.parsers.csv.CsvParser

Parse a CSV file using Univocity CsvParser.

import com.univocity.parsers.csv.CsvParser; import com.univocity.parsers.csv.CsvParserSettings; CsvParserSettings settings = new CsvParserSettings(); CsvParser parser = new CsvParser(settings); List<String[]> rows = parser.parseAll(new File("data.csv"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
univocity-parsers — mvn dependency:get univocity-parsers · libregistry