Hello,
I have a list of numbers and I wanna round all its elements to a precision.
How it can be done in FME ?
Thank you very much in advance.
Hello,
I have a list of numbers and I wanna round all its elements to a precision.
How it can be done in FME ?
Thank you very much in advance.
Hi,
The easy way would be to explode the list (ListExploder) and round the values using the AttributeRounder and then recreating the list (ListBuilder).
Hope this helps.
Hi,
The easy way would be to explode the list (ListExploder) and round the values using the AttributeRounder and then recreating the list (ListBuilder).
Hope this helps.
Thank you very much