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

Use the replace function in expression and replace',' as null

REPLACE(1,sal,',null)..
It should work

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain pmcmd command usage in informatica

708


What could be the possible resons of locks by user?

665


How do you use reject loader.

2071


What you know about transaction control transformation?

560


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

599






In informatics server which files are created during the session rums?

639


Explain the features of connected and unconnected lookup.

548


What is a joiner transformation and why it is an active one?

580


What are active transformations.

1188


While migrating the data from one environment to another environment how would you manage the connections?

627


Target increases every day even though no new record was inserted

1109


Define filter transformation?

626


What is joiner transformation?

585


Explain sessions. Explain how batches are used to combine executions?

598


What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1660