Hello - I have several fields in hhss format and I want to sum the total number of seconds from all parts all the field.
For example:
01: 10: 30
would total 4230 seconds
Does anyone know the best way to achieve this?
I am brining the data in from an API and have used the JSONFragmenter to tabularise the data.
I assume the current data type for the fields is string as that's the default for FME?