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 pmcmd command?

677


what are factless facts? And in which scenario will you use such kinds of fact tables.

1317


I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)

1087


What are the different types of repositories created using informatica?

663


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

837






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

567


What are the different versions of informatica?

683


What does reusable transformation mean?

676


How do you load only null records into target? Explain through mapping flow.

1509


Define sessions in informatica etl?

619


what is INFORMATICA TESTING process

1844


What is a pre-defined event and user-defined event?

579


Explain the scenario which compels informatica server to reject files?

658


How to Create a folder using pmrep command?

626


Explain lookup transformation in informatica

648