Super CSV

General

Category
Free
Tag
CSV
License
Apache License, Version 2.0
Registered
Jul 5, 2014
Favorites
2
Link
https://github.com/super-csv/super-csv
See also
Easy CSV
ObjectCsv

Additional

Language
Java
Version
v2.4.0 (Oct 30, 2015)
Created
Nov 21, 2014
Updated
Jan 28, 2024
Owner
super csv (super-csv)
Contributors
The Gitter Badger (gitter-badger)
Andrew Ash (ash211)
Kasper B. Graversen (kbilsted)
Jim Bassett (jamesbassett)
Fabian Seifert (fseifert)
Michał Ziober (ZioberMichal)
Dzmitry Kabysh (dmitry87)
Nick Babcock (nickbabcock)
Pietro Aragona (pietroaragona)
Paul Polishchuk (longtimeago)
Jamie Baggott (jamiebaggott)
Petar Tahchiev (ptahchiev)
Vyacheslav Pushkin (vyacheslav-pushkin)
Chen (dota17)
Christian Wilkie (ChristianWilkie)
Ludovico Fischer (ludofischer)
Nicolas C (nicolasc-FR)
17
Activity
Badge
Generate
Download
Source code

super-csv

Dear super-csv community, we are looking for people to help maintain super-csv. See #47

Super CSV is a fast, programmer-friendly, open-source library for reading and writing CSV files with Java. It is used by a number of large projects and is being downloaded 19000+ times/month from the Maven repository.

It is highly configurable, and supports reading and writing with POJOs, Maps and Lists. It also has support for deep-mapping and index-based mapping with POJOs, using the powerful Dozer extension.

Its flexible 'Cell Processor' API automates data type conversions (parsing and formatting Dates, Integers, Booleans etc) and enforces constraints (mandatory columns, matching against regular expressions etc) - and it's easy to write your own if required.

Super CSV is actively maintained, and the developers are ready and willing to help out if you get stuck :)

Please check out the documentation for examples and help getting started.

Also do have a look at my personal blog on programming and code quality at http://firstclassthoughts.co.uk/