Hi,
I have been trying to extract a set of letters/digits from the a string. I was trying .left but it gives me error and i am using a transform node.
Kindly help me with this.
if fields.issuer_rbcsic is Null:
out1.issuer_rbcsic = "Null"
else:
out1.issuer_rbcsic = in1.issuer_rbcsic.left(2)