An open API service indexing awesome lists of open source software.

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

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