We curate open-source GitHub repositories matching “best java csv libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
This library provides a high-performance, feature-rich suite for CSV processing that includes a streaming API, annotation-based mapping, RFC 4180 compliance, and extensive support for custom separators and type conversion.
Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin
Jackson is a high-performance data binding framework that includes a robust CSV module, providing the requested streaming API, annotation-based mapping, and type conversion capabilities.