Skip to main content

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.


Itay gives the easiesy way, but consider voting on https://knowledge.safe.com/idea/24729/attribute-manipulation-on-lists.html (with a comment to add AttributeRounder)

 

 


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.

It worked

 

Thank you very much

 

 


Reply