Hello,
I’m trying to convert decimal coordinates into a DMS format with hemisphere indication.
Example : 1.4861803 ; 43.5713123
Target format : 1°29’10.2491” E ; 43°34’16.7243” N
In my workflow, i used DMSCalculator transformer to split the coordinates into degrees, minutes and seconds. This part works correctly.
However, I am now stuck when trying to reconstruct the final formatted string.
Does anyone know the best approach to rebuild this format ?

Thanks advanced,


