Autocsv
A Library Java that can Convert your list of class/record to csv & vice-versa using annotation
Install / Use
/learn @Thescattypotty/AutocsvREADME
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 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
