Skip to main content

Hi Guys,

I've never needed this and so i don't know how this is going.

 

But its the simple question from the easy ones ;-))

 

how can i tell FME to let features throught (in a transformer) which have in an attribute an even number, not an uneven?

 

 

Greetz and Cheers

 

Franco

I suggest you try the ParityFilter in the FME Store here:

https://store.safe.com/transformers/parityfilter


@1spatialdave

Exactly that is what i needed...Thx a lot

 

 

Greetz

Franco


lol,

just test for

@fmod(@Value(a),2) = 0


Reply