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.
- 🔧 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
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.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please file an issue on the GitHub repository.
- 1.0.0: Initial release
- Basic CSV conversion functionality
- Annotation support
- Custom formatting options