Â
Â
im trying to set up a tester to pick up any blank streetname column .Â
ive tried 1. where string value is emptyÂ
              2. value is "" (see attched screen shot)Â
Â
but its not working . please aviceÂ
Â
im trying to set up a tester to pick up any blank streetname column .Â
ive tried 1. where string value is emptyÂ
              2. value is "" (see attched screen shot)Â
Â
but its not working . please aviceÂ
Â
I believe that the first method (leave "Right Value" blank) works well.Â
Check if the street name is really empty (see the value using the Logger).Â
Just be aware that a string consisting of whitespace(s) is not an empty string.Â
Â
In addition, the "Attribute is Empty String" operator can also be used to test whether an attribute value is empty. "=" operator + blank right operand does not distinguish "empty", "null", and "missing". The "Attribute is Empty String" returns true only when the left operand is "empty".ÂÂ
Â
TakashiÂ
kept the right value blank and it worked !Â
Â
simple things .....Â
Â
thanks for your helpÂ
ÂÂ LEFTVALUE:Â Â =Â LREGEXPÂ {.+}Â {@ATTRIBUTE}]Â RIGHTVALUE:Â 0
 Â
{.+} is a string with something i itÂ
{.+} can also be used in stringsearcher &Co.Â
Â