Hi,
I'm in need of an UDF for checking the input value and pass constant based on that.
Requirement.
We are having 1 field on the source side which need to be checked.
If the first character of the input is alphabet (No case sensitive)
then pass a constant "X" to the output field.
Other wise donot create that particular element.
Example : If INPUT = A12345 then OUTPUT = X
If INPUT = 12345D then OUTPUT element must not be created.
Regards,
Swapna