Suppose we have a csv file with contents as below which is
used has a source file.
C1,C2,C3,C4
100,200,A B,300
200,400,X,Y,299 ---> it should be 4 values but by mistake
300,600,C D,566 with a comma in between X & Y,its 5.
My target takes only 4 columns, How to take care of the 2
record as above without rejecting it and loading in the target.
Hope u guys have understood my scenerio
Answer Posted / dj
ou can do this by executing a pre session unix command. Replace consecutive delimiters with some Junk value and later in informatica mapping replace it with null.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the new features of Power Center 5.0?
Can we change Dynamic to Static or Persistent cache? If so what happens?
Explain what are the different versions of informatica?
How identifying bottlenecks in various components of informatica and resolving them?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
How can we use batches?
Difference between Data and Index Caches?
Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks
COM components can be used in Informatica
Why union transformation is an active transformation?
What is a rank transform?
Have you worked with/created Parameter file
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
Can we create multiple integration service on single repository?
How do you convert single row from source into three rows into target?