Originally posted by: SystemAdmin
I am trying to remove leading and trailing quotes from a field.
In the past I have done something like this to remove data:
=TRIMRIGHT(In_Field) - to remove spaces
=TRIMRIGHT(In_Field,"123") - removes 123
However, in this case I want to remove quotes.
Obviously this does not work: =TRIMRIGHT(In_Field,"
b:2cc0634d19"[/b:2cc0634d19] "),
because it thinks you are closing the previous quotes. I've tried using the Hex value, but still no luck.
Any thoughts ?
Thanks
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange