Skip to main content

But I cannot find the proper way to do it here. I am sure it shouldn't be complicated but I am new to FME with thousands of questions. This is just one of them 😅

You are looking for the StringPadder transformer.


No. I don't want to add space to the values. I want to add a "0" at the beginning of values IF the length is less than 2. I need a conditional statement.


No. I don't want to add space to the values. I want to add a "0" at the beginning of values IF the length is less than 2. I need a conditional statement.

Yes, as @nielsgerrits​ said, you are looking fot the StringPadder. By default it pads with spaces, but you can set a custom character for the padding.

 

(do keep in mind it is technically possible, and very exciting, for a bike's speed to be in the triple digits...)


Yes, as @nielsgerrits​ said, you are looking fot the StringPadder. By default it pads with spaces, but you can set a custom character for the padding.

 

(do keep in mind it is technically possible, and very exciting, for a bike's speed to be in the triple digits...)

awesome! I got it


Reply