Skip to main content
Open

Documentation Idea, export Hover table output to clipboard

Related products:FME FormTransformers
  • March 16, 2026
  • 5 replies
  • 22 views

martynp
Contributor
Forum|alt.badge.img+3

I’d like to request a feature for the AttributeManager transformer (or all tables really) that allows users to export the hover table output (attribute actions table) directly to the clipboard. This would make it much easier to document, share, and review attribute configuration settings outside of FME, especially for workspace audits and reporting. Ideally, this could be enabled via a right-click menu or a dedicated export button.

This would be very useful for the amount of documentation I have to do for all my Workspaces.

5 replies

PierreAtSafe
Safer
Forum|alt.badge.img+10

Hi ​@martynp,

Have you tried using the AI Assist to get this data? I gave it a quick shot and it’s able to output a table with the configuration of the transformer. I understand it’s not a perfect solution but might help?

We are aware of the need to better document workspaces and are looking into helping users generate workspaces documentation. There is a lot of improvements we can bring on that front.

Opening the Idea in any case to see if others would value this specific improvement :)

Cheers


martynp
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • March 16, 2026

Thanks for that, what is the wording you used to get an output? I am trying to get as close to the HOVER table as possible. 

Thanks for the quick reply and workaround, a copy to clipboard feature would be very helpful to us that need to “over document workspaces” (read government) LOL

 

thanks martynp


PierreAtSafe
Safer
Forum|alt.badge.img+10

I see… Hopefully you can still use the AI Assist then!

I used an AttributeCreator from a workflow I had handy and gave that prompt. You can probably refine it to target just the table in the transformer:

Can you output the configuration of this AttributeCreator in a table format that I can copy/paste

I just had one row in the table with an attribute named test_attribute set to 1. It outputted this table (I just copy / pasted it straight from Workbench into this reply):

 

Parameter Name

Value

Description

Transformer Name

AttributeCreator

Name of the transformer

Substitute Missing, Null and Empty by

NO_OP

Null attribute handling mode

Default Value

<Unused>

Value for missing/null attributes

Number of Prior Features

<Unused>

Used for adjacent feature referencing

Number of Subsequent Features

<Unused>

Used for adjacent feature referencing

Created Attributes

"" test_attribute SET_TO 1 uint8

Attribute table: creates 'number' set to 1 (uint8)

User Modified Attribute Types

<bell>number2 real32

Custom attribute types

Connection Status

*

Indicates input port is connected


martynp
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • March 17, 2026

Yes, that worked thanks as a workaround, but on complex workspace’s it would be nice to have an copy to clipboard or documentation button export. As one of FME’s critical selling points over other software is the self-documentation aspect.

Thanks again martynp


PierreAtSafe
Safer
Forum|alt.badge.img+10
NewOpen