Find a way to implement the following logic :
You have column like :
Column 1

AA|BB|CC
DD|EE|FF
WW|AA
I need to get the length of the column without the ‘|’ .

Answer Posted / abhinav prakash

Replacechr(1,Column_name,'|',NULL)..write the query in
expression and pass it to Output.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What all are steps in up gradation of Informatica server?

622


what is unit testing?tell me proceedure

1782


What are the different ways to implement parallel processing in informatica?

865


list out all the transformations which use cache?

691


can anyone explain me about retail domain project in informatica?

7436






What is a snowflake schema?

573


Please let me know how to make Data masking in informatica..

1270


can anybody send me some real time screenshots of mapping in informatica powercenter. i will be vary thankful to him. my e-mail id :- prakashkumar.kumhar@gmail.com

4312


How to elaborate tracing level?

687


What are the designer tools for creating transformations?

685


What are the new features of informatica 9.x developer?

533


Can we create two repositories on same database instance in oracle?

612


Explain direct and indirect flat file loading (source file type) - informatica

834


Define enterprise data warehousing?

636


My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

1460