Hi Folks,
I am working on file to File Scenario.
I hava 1 input field Name : Account Number
If Account Number is need to map with field1 of output. whcih has length 10.
First I need to check Account Number is starting with digit or alphabet. If it starts with digit i need to add leading Zeros to show Output length 10.
If it is start with alphabet I need to show Output with trailing spaces.
For this how would I do in Gaphical mapping with out UDF.
Example If Account Number is 1345 then I need output as 0000001345
If Account Number is ABCD then I need Output is : ABCD .
I want to know that is there any gaphical Function to check that if Field is Didit or not.
Thanks,
Enivass.