Skip to main content
Solved

Version 5 UUID

  • August 19, 2025
  • 5 replies
  • 90 views

mnash
Contributor
Forum|alt.badge.img+1

Hi all,

 

I’m new to FME and would like to know if there is a way to generate a v5 UUID in FME 2024? From what I have read I can’t see a method for this.

 

Thanks.

Best answer by hkingsbury

You could make use of a python caller and uuid.uuid5()
https://docs.python.org/3/library/uuid.html#uuid.uuid5

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

crutledge
Influencer
Forum|alt.badge.img+43
  • Influencer
  • August 19, 2025

https://support.safe.com/hc/en-us/articles/25407440578189-Creating-a-Unique-Identifier-CRCCalculator

I don’t know about official v5 but this should give you something similar. Do you think this would work?


mnash
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • August 19, 2025

Thanks for the reply. I looked at CRC but I need the value to be in UUID format to satisfy downstream requirements.


hkingsbury
Celebrity
Forum|alt.badge.img+64
  • Celebrity
  • Best Answer
  • August 20, 2025

You could make use of a python caller and uuid.uuid5()
https://docs.python.org/3/library/uuid.html#uuid.uuid5


mnash
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • August 20, 2025

Thanks, that’s what I have ended up using and it’s working as required.


alexbiz
Influencer
Forum|alt.badge.img+28
  • Influencer
  • August 21, 2025

I was curious, so I’ve made a CT for that (but on FME 2025 tho 😅)

https://hub.safe.com/publishers/abizien/transformers/uuidv5generator