Skip to main content

Howdy!

I have a question about "Summary Annotation", when used with transformers like the AttributeManager or AttributeRenamer it does not expose all of the attributes. Example of the transformer issue: Using "Summary Annotation" with an AttributeManager transformer, the list/table of "Attribute Actions" that is shown is limited to 20 (seemingly random) attributes/rows. At the bottom of the annotation list/table it states "41 more row(s)". Is this just a default setting? Is there a way to get it to show me the other 41 rows? Compared with a Reader/Writer: However it appears that Summary Annotation exposes all of the data when used with Readers/Writers. I noticed that when I use Summary Annotation for a transformer like a SQL Writer, there seems to be no limit to how long the list/table of fields/attributes/rows that can be displayed.

 

 

Any help understanding this limitation and/or a work around is appreciated.

The current behavior is as you describe. If you want more flexibility you can post an idea on this forum. I'll suggest not to use these large annotation lists. If you want it for documentation then it's better to feed the workspace to a workspace-reader and generate the documentation as you want it to be.


The current behavior is as you describe. If you want more flexibility you can post an idea on this forum. I'll suggest not to use these large annotation lists. If you want it for documentation then it's better to feed the workspace to a workspace-reader and generate the documentation as you want it to be.

Thank you for the confirmation!

 

 

I assume that by "feed the workspace to a workspace-reader" you mean to connect a reader immediately after the transformer (like AttributeManager in my example) to get the full "Summary Annotation" for documentation.

 

 

That while that won't output any expressions performed in the Attribute Value column, it will get me a lot closer for the purposes of documenting what the transformer is doing.

 

 

Thank you again for the help.