Skip to main content

I have a maximum number in an attribute (attached) from this I would like to generate the minimum number, in the attached "ExampleMin" is what I want to achieve, how can I automatically generate this in FME? I have tried using the AttributeRangeMapper transformer, however this requires manual entry of the range.

 

Hi @saqibamin, you can use the AttributeRangeFilter instead. You just need to add the Min Value, Max Value and the number of "Ranges". You can then do minor edits if you want to.

 


Hi @saqibamin, you can use the AttributeRangeFilter instead. You just need to add the Min Value, Max Value and the number of "Ranges". You can then do minor edits if you want to.

 

Thanks for your response @gisinnovationsb, this "generate" option was also available in the AttributeRangeMapper, I was looking for an automated way where I could specify e.g. the Max attribute in the workspace to be the attribute that is used to determine the next minimum attribute and the first Min entry will be "0".


Hi @saqibamin, if your goal is to generate Min values from the given Max values, an AttributeCreator (or AttributeManager) with Enable Adjacent Feature Attributes option and Conditional Value setting helps you. Assuming that the rows are ordered by Max value ascending.


Hi @saqibamin, if your goal is to generate Min values from the given Max values, an AttributeCreator (or AttributeManager) with Enable Adjacent Feature Attributes option and Conditional Value setting helps you. Assuming that the rows are ordered by Max value ascending.

Thanks for replying @takashi