Skip to main content
Solved

how to know number of points in future class

  • March 9, 2020
  • 2 replies
  • 16 views

rajendarkarra
Contributor
Forum|alt.badge.img+2

 

12RAJSSUSSESSE

 

SSURAJ

 

CITYSTATEPOSTALCODEKARIMNAGAR

 

TELANGANA505152WARANGALHYDTELANGANA505152

 

WARANGAL

 

TELANGANA

 

505152

 

WARANGAL

 

TELANGANA

 

505152

 

WARANGAL

 

TELANGANA

 

505152

 

WARANGAL

 

TELANGANA

 

505152

 

WARANGAL

 

TELANGANA

 

505152

 

WARANGAL

 

TELANGANA

 

505152

 

 

i want to result like

 

Name of the tableTable_1Table_2no.of records in table39

Best answer by danilo_fme

Hi @rajendarkarra

If you wnat to know the number of register ( features ):

You can try to use the StatisticsCalculator . There is a option to get the number of features.

 

Thanks,

Danilo

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

jdh
Contributor
Forum|alt.badge.img+38
  • Contributor
  • March 9, 2020

Assuming the data is not in a format that can supply this number directly (ex sql database), you could put a counter on the features and them a sampler to get the last feature.

Alternatively you could use the Aggregator and set the count attribute.

 

 

I either case you will want to group by the fme_feature_type / fme_dataset.

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • Best Answer
  • March 9, 2020

Hi @rajendarkarra

If you wnat to know the number of register ( features ):

You can try to use the StatisticsCalculator . There is a option to get the number of features.

 

Thanks,

Danilo