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 / hariprasad_pulluru

Hi,

You can also parse the string using replace chr to
elminate '|' and find the length of the column

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the need for an etl tool?

638


difference between informatica 8.1.1 and 8.6

3244


source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.

2297


Differentiate between reusable transformation and mapplet.

574


What is union transformation in informatica?

701






What are the types of lookup transformation?

631


What are active transformations.

1188


Sequence generator, when you move from develoment to production how will you reset

1410


How to do unit testing in informatica?

722


What is the procedure for creating independent data marts from informatica 7.1?

566


Explain the different lookup methods used in informatica?

587


Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks

6377


According to his methodology what all you need before you build a datawarehouse

1187


Explain the types of transformations?

596


Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?

1743