Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://super-csv.github.io/super-csv/
A fast, programmer-friendly, free CSV library for Java
https://super-csv.github.io/super-csv/
Last synced: 12 days ago
JSON representation
A fast, programmer-friendly, free CSV library for Java
- Host: GitHub
- URL: https://super-csv.github.io/super-csv/
- Owner: super-csv
- License: apache-2.0
- Created: 2014-11-21T11:52:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T12:45:14.000Z (10 months ago)
- Last Synced: 2024-10-05T08:03:22.574Z (about 1 month ago)
- Language: Java
- Homepage: http://super-csv.github.io/super-csv
- Size: 24.8 MB
- Stars: 525
- Watchers: 25
- Forks: 140
- Open Issues: 91
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - Super CSV - Powerful CSV parser with support for Dozer, Joda-Time and Java 8. (Projects / CSV)
- awesome-java-zh - Super CSV - 强大的CSV解析器,支持Dozer,joda-time和Java 8。 (项目 / CSV)
- awesome-java - Super CSV - Powerful CSV parser with support for Dozer, Joda-Time and Java 8. (Projects / CSV)
README
super-csv
=========[![Coverage Status](https://coveralls.io/repos/github/super-csv/super-csv/badge.svg?branch=master)](https://coveralls.io/github/super-csv/super-csv?branch=master)
[![Build Status](https://travis-ci.org/super-csv/super-csv.svg?branch=master)](https://travis-ci.org/super-csv/super-csv)
[![Join the chat at https://gitter.im/super-csv/super-csv](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/super-csv/super-csv?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)**Dear super-csv community, we are looking for people to help maintain super-csv. See https://github.com/super-csv/super-csv/issues/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.
* **Documentation**: http://super-csv.github.io/super-csv
* **Download Instructions**: http://super-csv.github.io/super-csv/downloading.html
* **GitHub**: https://github.com/super-csv/super-csv
* **Free software**: Apache License, Version 2.0
* **Requirements**: Java 1.5It 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/**