What is the difference between Bad file and Reject file? and Where u can see the Reject file? What records stored in Reject file?
Answers were Sorted based on User's Feedback
Answer / ajay pareek
first of all bad files and reject file both are same, there is no difference between them.
we call them reject fils that havving .bad extension.
there are not any files with .reject extension.
so the bad files or reject file keep the rejected records.
correct me if i am wrong
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abhinaw prakash
Bad File stores data which does not pass through business
standard.
Reject file has data which does not pass through business logic.
EX:
EmpID Ename Sal
10 Abhi 10000
20 Ram 3000
30 Cp 7000
40 Rohit
Now if we apply Filter condition as Sal>5000,Then
Bad file will have records
40 Rohit
(Emp cannot have NO SALARY column)
Reject File will have record
20 Ram 3000
Is This Answer Correct ? | 6 Yes | 11 No |
can you please explain me pre session and post session options?
what is degenerated dimension table with scenario
Explain the pipeline partition with real time example?
What are mapplets? How is it different from a Reusable Transformation?
If u r giving different parameter file names in workflow and session for a single mapping parameter, then which one will be executed? The one u given in workflow or the one u given in the session?
in what type of scenario bulk loading and normal loading we use?
I have 5 sessions s1,s2,s3,s4 & s5 and i want execute s1,s2,s3,s5 after s4. How?
there is a mapping with expression and mapping we create some condition for insert and update and followed by update startegy ,can we update and insert on a single target based on condition?
Where is metadata stored?
which transformation should we use to get the 5th rank member from a table in informatica?can we achieve this in sql?
How you know when to use a static cache and dynamic cache in lookup transformation?
EXL informatica Questions