for ex: in source 10 records are there with column sal. use
a filter transformation condition as Sal=TRUE and connect
to target. what will happen.
Answer Posted / arvind s
Sorry guys, Answer 3 is completely wrong.
TRUE is not identified as a string by informatica, its
represented as a bit, just like a high or low, (1 or 0)
almost equivalent to a boolean.
So we can equate sal=TRUE but sal='TRUE' will result in
invalid mapping as said in answer3.
Thanks,
Arvind S
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the informatica performance improvement tips
What are the tuning techniques you applied during your last project
How do you load alternate records into different tables through mapping flow?
What is sequence generator transformation in informatica?
How you can differentiate between connected lookup and unconnected lookup?
How can we handle two sessions in informatica?
What is workflow manager?
Explain the features of connected and unconnected lookup.
can u give example for factless fact table
What are ETL Tools?
can you please explain me pre session and post session options?
What are the various types of transformation?
Write the prerequisite tasks to achieve the session partition?
pmscmd startworkflow -sv
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.