Hi,

I have the following problem.
I need to transform the following key attributes to a string were the 
zero's before the nummeric part
(rigth 5 characters) are repaced with spaces.
I tried extracters,trimmers,padding etc but i can't resolve this 
problem with the fme workbench.
In a basic program I resolve this problem like :
           
sParcel = "ZWE00B 01456"
sParcelnew = left(sparcel,7) & right("     " & str(val(right
(sParcel,5))),5)

ZWE00B  0456 tranform to ZWE00B   456
ZWE00B 01456    ,,       ZWE00B  1456
ZWE00B 11456    ,,       ZWE00B 11456

who can help me out ?





Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our 
Professional Services team.  Visit www.safe.com/services for details. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to