Skip to main content
Question

how generator snowflake id, use FME desktop, uuid generator result is long

  • May 18, 2023
  • 1 reply
  • 16 views

charry
Supporter
Forum|alt.badge.img+5

how generator snowflake id, use FME desktop,  uuid generator result is long 

1 reply

evieatsafe
Safer
  • Safer
  • 295 replies
  • May 24, 2023

Hi @charry​ if this is what you are referring to, then you might be able to use a word/string and concatenate this with an attribute value resulting from a counter. Example below:imageOr if you know what the specified length should be, you could use a SubstringExtractor and specify the start and end index. Example below:

imageHope this helps!