I have CSV file that contains timestamp column and data type is a string. It looks like this.
timestamp
12/03/2016 01:00 PM
12/04/2016 01:15 PM
12/04/2016 01:30 PM
So I want to convert time value in 24 hrs format
I have CSV file that contains timestamp column and data type is a string. It looks like this.
timestamp
12/03/2016 01:00 PM
12/04/2016 01:15 PM
12/04/2016 01:30 PM
So I want to convert time value in 24 hrs format
PDI Kettle is a Java application. Use java formatting rules https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html