Skip to main content
Solved

Grouping attribute range

  • January 16, 2019
  • 2 replies
  • 90 views

want to do something like this in FME

 

Original Table

 

Age

 

 

Number

 

0-10

 

5

 

10-20

 

10

 

20-30

 

230 plus

 

 

4

 

Create new attribute with range values or group values in Name field by ranges.

 

The only way I can think of is to use Attribute Creator and use conditions to set up each category range. I am hoping there is an easier way of doing this.

 

Lee!

Best answer by ebygomm

Take a look at the AttributeRangeMapper

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+45
  • Influencer
  • Best Answer
  • January 16, 2019

Take a look at the AttributeRangeMapper


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • January 16, 2019

Or the In Range operator in the attribute creator/manager, using conditional values. (which is basically the same as the AttributeRangeMapper)