Search code examples
supercsv

How to import super-csv-joda to use DateTime processor


I'm currently using super-csv to read/write csv file from Java application. Now, I need to deal with Joda DateTime object. I see that there is a super-csv-joda module, but I can't found information about how to use it. I tried to download it from Maven using super-csv-joda but that does not works.

Can you help me please ?

Thanks

Farid


Solution

  • The joda extension is planned for the next release (2.3.0) - I'll try and get it organised for this week. If you're desperate, you can simply copy the required classes to your project for now.