Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evolve75/csvobjects
https://github.com/evolve75/csvobjects
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evolve75/csvobjects
- Owner: evolve75
- License: gpl-2.0
- Created: 2024-04-21T15:15:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T15:35:00.000Z (8 months ago)
- Last Synced: 2024-10-13T12:26:36.909Z (2 months ago)
- Language: Java
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSVObjects
## Introduction
[CSVObjects](http://csvobjects.org) (earlier known as `CSVParser`) is a Java library and framework for parsing CSV
(Comma Separated Value) files, and populating user defined Java Bean attributes from the CSV field values.The framework is based on declarative configuration of the mapping of the CSV fields to the users' Java bean objects.
This is performed via a `csv-mapping.xml`.The mapping XML itself can be automatically generated via custom `Xdoclet` tags in the target Java Bean comments.
The project is distributed under the GNU Public License (GPL). See the `LICENSE` file for details.
## Installation
If you have downloaded the binary file release, then you need to include the `CSVObjects-.jar` file in
your project's library or classpath, ensure that the dependency libraries are also present in the classpath, and thats
it!For more detailed instructions, please refer to the document:
"I00 - Quick Start" available at:
## Usage
Please refer to the usage documentation available at:
In addition, the Javadoc API documentation is available at:
## Community
**Mailing Lists**
Two mailing lists are available:
- `[email protected]` - for users of the library
- `[email protected]` - for the developers of the library**Discussion Forums**
Two forums exist at: https://sourceforge.net/forum/?group_id=143837
**help**:: for support and clarifications
**Open Discussion**:: Feedback, general discussion on the project
## Support
Support requests can be placed and tracked at:
## Feedback
The project forums are an excellent place to leave feedback and suggestions.
You can also reach the developer via mail at
## What happened to CSVParser?
It got renamed to CSVObjects. To get the whole story, see: