source is a flat file

empname, empno, sal
ram, 101, 1,000
sam, 102, 2,000

ques: my target needs the data to be loaded as sal -1000 and
2000 excluding commas

target

empname, empno, sal
ram, 101, 1000
sam, 102, 2000

how to implement this?

Answer Posted / ramkrishna

open the original source flat file then from edit menu
select replace then enter values as find(,000) and replace
with (000)
then save the source file with other name then continue the
process as the flatfile

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

560


What is Index Caches size?

612


Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure

6466


What do you mean by worklet?

624


without table how to come first record only in oracle?

1847






What is a shortcut and copy in Informatica and how two are different with each other?

670


Write the program through which the records can be updated?

510


What does cheating measurement mean?

593


write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa

2066


Define mapplet?

624


Mention few power centre client applications with their basic purpose?

532


hi friends .i designed mapping in windows but i want to run mapping in linux.should i install the server components in linux?

1525


How do you update the records with or without using update strategy?

659


Define joiner transformation?

588


Enterprise data warehouse your projects phase by phase explain?

1458