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 / varun s

OPEN THE SOURCE FILE-->EDIT-->REPLACE ALL , to NULL.
USE FIXED WITH LENGTH WHILE IMPORTING TO SOURCE AND .....
HOPE IT WILL HELP

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?

1648


generate date / time dimension in informatica

727


What does role playing dimension mean?

630


What is flashback table ? Advance thanks

1486


What is informatica metadata and where is it stored?

593






Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?

1749


What are the steps involved in the migration from older version to newer version of Informatica Server?

1590


in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use

1659


What are Dimensional table?

622


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

572


What's the layout of parameter file (what does a parameter file contain?)?

1919


How you can differentiate between connected lookup and unconnected lookup?

619


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

535


What is meant by lookup transformation? Explain the types of lookup transformation?

571


Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?

1243