https://github.com/thescattypotty/autocsv
A Library Java that can Convert your list of class/record to csv & vice-versa using annotation
https://github.com/thescattypotty/autocsv
csv java java17 opencsv
Last synced: about 1 year ago
JSON representation
A Library Java that can Convert your list of class/record to csv & vice-versa using annotation
- Host: GitHub
- URL: https://github.com/thescattypotty/autocsv
- Owner: Thescattypotty
- License: mit
- Created: 2024-11-09T10:25:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T20:48:52.000Z (over 1 year ago)
- Last Synced: 2025-01-24T23:39:23.164Z (over 1 year ago)
- Topics: csv, java, java17, opencsv
- Language: Java
- Homepage: https://mvnrepository.com/artifact/io.github.thescattypotty/autocsv
- Size: 20.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoCSV
AutoCSV is a lightweight Java library that simplifies the conversion between Java objects and CSV files using annotations. It provides an intuitive way to map your Java class fields to CSV columns and handle CSV file operations with minimal boilerplate code.
## Features
- 🔧 Simple annotation-based configuration
- 📊 Bidirectional conversion (Java objects ↔ CSV)
- 📝 Customizable CSV formatting options
- 📅 Built-in support for date and number formatting
- ⚡ Reflection-based field mapping
- 🛡️ Robust error handling
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Support
If you encounter any issues or have questions, please file an issue on the GitHub repository.
## Version History
- 1.0.0: Initial release
- Basic CSV conversion functionality
- Annotation support
- Custom formatting options