I'm looking to find the best way to gather or acknowledge an attribute values, and also to count it, in order to easily review my data before moving on. I currently do it thru the Aggregator tranformer, but not sure if it's the best practices ? Any hint would appreciated. Thank you very much.
Regards
Best answer by hollyatsafe
Hi @sebascote,
I think the StatisticsCalculator might be a better fit here - you can set the Group By to the RoadType attribute as well and then the Summary Port will give you what you are after:
Output:
Then you can use the Complete/Cumulative Ports to carry on with your data translation.
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.
I think the StatisticsCalculator might be a better fit here - you can set the Group By to the RoadType attribute as well and then the Summary Port will give you what you are after:
Output:
Then you can use the Complete/Cumulative Ports to carry on with your data translation.
I think the StatisticsCalculator might be a better fit here - you can set the Group By to the RoadType attribute as well and then the Summary Port will give you what you are after:
Output:
Then you can use the Complete/Cumulative Ports to carry on with your data translation.
Make sense, thank you for your guidance and prompt reply.