I need something like this: if the value is NULL or non-existent, then name field as "UNKNOW", else where bring the values assigned to it.
How can I tell FME to separate the NULL and empty cells from the numbered ones?
For example:
feature 1 has attribute ‘someattr’ == blank, then attribute ‘someoutput’ = UNKNOW
feature 2 has attribute ‘someattr’ with a value, then attribute ‘someoutput’ = the value from ‘someattr’ attribute