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.
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