source
file name xyz

a,0,a,a,a
b,b,b,0,b
c,c,c,0,c

target should be like this

xyz
a
b
c


how to implement this?

Answer Posted / dilip ingole

don't specify delimiter while importing file and use similar function in informticw as

SELECT substr(REGEXP_REPLACE('a,0,a,a,a','[^[:alpha:]]',''),1,1) FROM DUAL;

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Briefly explain the aggregator transformation?

796


have u done any performance tuning? how u ll do?

2088


what are the fact table & dimensional table in pharmaceutical and hospotal related products???

1912


What are the different types of repositories created using informatica?

906


How to load last n records of file into target table - informatica

870


Is it possible to use a client with different version than that of its Informatica server?

883


What are the types of lookup transformation?

861


Explain scd type 3 through mapping.

777


What is the need of etl tools?

848


Difference between Data and Index Caches?

888


How to use pmcmd utility command?

800


How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?

1820


What is a node in Informatica?

828


How to configure mapping in informatica?

923


difference between informatica 8.1.1 and 8.6

3473