https://github.com/atkawa7/javacsv
Small, fast Java library for reading and writing CSV files
https://github.com/atkawa7/javacsv
csv csv-export csv-import csv-parser csv-reader small
Last synced: 3 months ago
JSON representation
Small, fast Java library for reading and writing CSV files
- Host: GitHub
- URL: https://github.com/atkawa7/javacsv
- Owner: atkawa7
- Created: 2020-06-08T06:11:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T22:38:38.000Z (over 4 years ago)
- Last Synced: 2023-03-02T16:16:39.553Z (over 2 years ago)
- Topics: csv, csv-export, csv-import, csv-parser, csv-reader, small
- Language: Java
- Homepage: https://sourceforge.net/projects/javacsv/
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java CSV
Java CSV is a small fast open source Java library for reading and writing CSV and plain delimited text files. All kinds of CSV files can be handled, text qualified, Excel formatted, etc.
Features
- Handles column delimiters within data using quoted text qualifiers.
- Handles record delimiters within data using quoted text qualifiers.To use it in your Maven build add:
```xml
jitpack.io
https://jitpack.io
```
and the dependency:
```xml
io.github.atkawa7
javacsv
2.0.1
```