Closed josepajay closed 3 years ago
As per W3C specification for CSV-W, datetime format patterns mentioned above should also be accepted. The SimpleDateFormat class does not recognise the time separator and thus these 3 formats are transformed to include the time separator (as a special char) https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/#h-formats-for-dates-and-times
When an exception occurs in dateformats for datetime related datatypes, issue warnings and process as if no dare format pattern is provided.