0

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

Farid M
  • 35
  • 5

1 Answers1

0

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.

James Bassett
  • 9,458
  • 4
  • 35
  • 68