uniVocity / univocity-parsers

uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
917 stars 252 forks source link

Date format issue "MM/dd/YYYY" in csv download file #532

Open viswalaksh opened 8 months ago

viswalaksh commented 8 months ago

My response object (pojo) have a dateString value in MM/dd/yyyy format, while in csv file the format is changed into MM-dd-YYYY for the dates which are less than 10th day univocity