Skip to content

A Library Java that can Convert your list of class/record to csv & vice-versa using annotation

License

Notifications You must be signed in to change notification settings

Thescattypotty/autocsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Library Java that can Convert your list of class/record to csv & vice-versa using annotation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages