Hi FME Community,
I have a column with number. I want to add a dot to the last three numbers.
the pictures show what I expect as a result:what I have:
Thanks in advance :)
Hi FME Community,
I have a column with number. I want to add a dot to the last three numbers.
the pictures show what I expect as a result:what I have:
Thanks in advance :)
Best answer by nielsgerrits
@nielsgerrits I have a problem with process execution. I actually have this value:
then I deleted points by using StringReplacer (up to here works very well)
and divided my value by 1000 by using AttributeCreator. Nevertheless, I get a warning and my column is not filled with anything. (I also converted my value to int64 but it didn't work either) (all lines also have values).
as a warning I get:
AttributeCreator_2: Failed to evaluate expression '@real64(<null>/1000)'. Result is set to null
Then your formula is wrong. It needs to be
@Evaluate(@Value(col11)/1000)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.