Skip to main content
Solved

Where has the FMX file documentation gone to ?

  • August 23, 2024
  • 3 replies
  • 63 views

lifalin2016
Supporter
Forum|alt.badge.img+38

Hi all.

Today I needed to build a custom Python based transformer from scratch, after a two year hiatus, and needed to explore some new things in the FMX file part.

So as always I opened https://support.safe.com/hc/en-us/p/documentation

But apart from the Format GUI Type documentation, I can only find a new “.fmxj” documentation, but not the proper FMX file ditto. And fmxj looks nothing like FMX, it seems.

Why has this crucial piece of documentation been removed ?

Can I find it somewhere else ?

Cheers

Best answer by david_r

Could this be what you’re looking for?

https://docs.safe.com/fme/html/FME_Transformer_Definition/index.html

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.

3 replies

david_r
Celebrity
  • Best Answer
  • August 23, 2024

lifalin2016
Supporter
Forum|alt.badge.img+38
  • Author
  • Supporter
  • August 23, 2024

Thanks David.

Looks like it, although it doesn’t contain neither TOOLTIP_START/END nor DESCRIPTION_START/END, which were the tag I was looking into. They still do work apparently.

I’ve bookmarked this page, just in case ;-)

I do wonder why it’s not linked to on the documentation page. It’s apparently recently updated (“Build: 24619   Date: 20240729”) !?


jovitaatsafe
Safer
Forum|alt.badge.img+11

Hi @lifalin2016,

Just jumping in here to add a few things, having asked the development team about a similar question recently, and they shared that for missing keywords, you can use our existing GuiType documentation: https://docs.safe.com/fme/html/FME_GuiType/index.html

And in the doc that @david_r linked, TOOLTIP_START/END is documented at the end as a deprecated feature and will no longer have an effect in FME 2024.1 and going forwards. The recommended practice here seems to be use the auto-generated tooltip rather than specifying one for every transformer.

Hope that helps provide a bit of context!