Skip to main content
Solved

How to export "Feature output statistics" table for "Features Written" produced in the translation log? It will be nice to have this exported as an excel format. Thank you in advance!

  • November 9, 2021
  • 5 replies
  • 119 views

fme
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 31 replies
How to export "Feature output statistics" table for "Features Written" produced in the translation log? It will be nice to have this exported as an excel format. Thank you in advance!

Best answer by virtualcitymatt

If you switch your normal writer out for a FeatureWriter there is a 'summary' feature which is output which can contain that information. After that you just need to put in an excel writer to get the table formatted however you like.

http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/featurewriter.htm

The FeatureWriter is a super helpful tool

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.

5 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • Best Answer
  • November 10, 2021

If you switch your normal writer out for a FeatureWriter there is a 'summary' feature which is output which can contain that information. After that you just need to put in an excel writer to get the table formatted however you like.

http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/featurewriter.htm

The FeatureWriter is a super helpful tool


fme
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 31 replies
  • November 10, 2021

I tried that which was not working out good for me. It basically produces a link to my output and the total number of features written to my FeatureWriter. Instead, I need it to produce a breakdown of the number of features written to my FeatureWriter per excel tab. Thanks, Matt!


virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • November 10, 2021

I tried that which was not working out good for me. It basically produces a link to my output and the total number of features written to my FeatureWriter. Instead, I need it to produce a breakdown of the number of features written to my FeatureWriter per excel tab. Thanks, Matt!

That info is there it's just inside a list attribute. You can use a list exploder to get these as individual features.

image


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3422 replies
  • November 10, 2021

I tried that which was not working out good for me. It basically produces a link to my output and the total number of features written to my FeatureWriter. Instead, I need it to produce a breakdown of the number of features written to my FeatureWriter per excel tab. Thanks, Matt!

The features per sheet information should be available in a list attribute on the summary feature

image


fme
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 31 replies
  • November 10, 2021

I tried that which was not working out good for me. It basically produces a link to my output and the total number of features written to my FeatureWriter. Instead, I need it to produce a breakdown of the number of features written to my FeatureWriter per excel tab. Thanks, Matt!

Thank you @virtualcitymatt​  and @ebygomm​ . I needed the ListExploder between the FeatureWriter and Excel Writer!