hi guys
i have an question how do you find out weather the column is
numeric or combination of char and numbers or it contains
char,numeric and special characters.
Answers were Sorted based on User's Feedback
Answer / abhishek guddu
In Expression t/f
flag--
iif(is_number(id),to_integer(id),to_char(id))
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / abhishek kumar
IN EXPRESSION
FLAG->OUTPUTPORT
IIF(IS_NUMBER(ID),1,0)
IN FILTER
CONDITION
FLAG=1 (RETURN NUMERIC )
OR FLAG=0 IT WILL RETUN ALPHABETIC CHARACTER
SECOND WAY
IS WE USE ASCII() FUNCTION
ASCII(ID)>64 IT RETURN ALPHABET
ASCII(ID)<64 IT RETURN NUMBER
THANKS
ABHISHEK GUDDU
| Is This Answer Correct ? | 1 Yes | 3 No |
i having mapping emp---> sq_emp--->target using this mapping i have to load dept table values into target... (condition assume there is no primary and foreign key relation between emp(table x) and dept (table Y))
How to send duplicates to one target and unique rows to one target?target is empty
How can a transformation be made reusable?
what is mystery dimension?
What is the scenario which compels informatica server to reject files?
What are the different types of Type2 dimension maping?
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
Why union transformation is an active transformation?
wt is inline view? when and why we Use ?mail to rayallarv@gmail.com
Can we use different lookup tranformations for a same lookup table (lookup condition may or may not be same)with different output ports? How the cache files will be affected? Please clarify..
What is the use of incremental aggregation?
can a port in expression transf be given the name DISTINCT