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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we use mapping variables in informatica? Where do we use them?

616


To import the flat file definition into the designer where should the flat file be placed?

673


What does “tail –f” command do and what is its use as an Informatica admin.

627


How to implement security measures using repository manager?

600


How to extract sap data using informatica?

605






What are the different lookup cache(s)?

614


What are the basic requirements to join two sources in a source qualifier transformation using default join?

609


What is pmcmd command?

670


What are the popular informatica products?

646


what is size of u r database?

1844


Briefly explain the aggregator transformation?

589


what is the size of your data warehousing?

1669


How can we update a record in the target table without using update strategy?

652


What are the differences between oltp and olap?

546


What is joiner transformation?

583