Is the Expression Transformation 's output port's size independent of the precision set for it? -


in expression transformation using output port dependent on input port(no logic straight pass). precision have set input port 10 , of output port 1.

but data output port not getting truncated.

for eg. have value "ashish" input expression transform (port name i_name, precision 10). corresponding output port (port name o_name, precision 1) still gives value "ashish".

according me value should truncated "a".

although know solution issue: - use substring function - use variable port wondering why original method not trim value.

it great if me figure out reason issue.

thanks


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -