CSV parsing in Java – working example..? [closed]

You also have the Apache Commons CSV library, maybe it does what you need. See the guide. Updated to Release 1.1 in 2014-11.

Also, for the foolproof edition, I think you’ll need to code it yourself…through SimpleDateFormat you can choose your formats, and specify various types, if the Date isn’t like any of your pre-thought types, it isn’t a Date.

Leave a Comment