I have a source as flat file and having data like
""TCS"MUMBAI" and i want output like TCS MUMBAI,the length
of the data in the rows is variable.how can you fix it?

Answer Posted / ramesh

replacechar(columnname,instr(columnname,'"',1,2),' ')

the instr function finds the position of the char i.e. " in the second occurence and 'replacechar' replaces it with null.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain joiner transformation in informatica

770


Differences between connected and unconnected lookup?

729


What is the use of code page?

691


how many types of dimensions are available in informatica?

646


Enlist few areas or real-time situations where informatica is required.

690






How we can create indexes after completing the load process?

788


can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.

3448


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

1845


What is complex mapping?

756


What are the differences between a connected lookup and unconnected lookup?

721


What is rank transformation in informatica

801


What is the meaning of decode in informatica?

754


What are the types of caches in lookup?

667


How do you load unique records into one target table and duplicate records into a different target table?

827


What is the need of an ETL tool?

731