Hi Guys, I am reading in JPG's and writing to a TAB file with attributes.
I want to convert the EXIFF date format to DD/MM/YYYY with time if possible.
The format EXIFF provides is YYYY:MM:DD HH:MM:SS eg 2020:06:03 08:55:21
Can this be done in the feature writer? eg changing the value with a @Value(jpeg_exif_datetime,%d/%m/%Y) command is this the right approach?
Dave