I have data like sno mailid
1 subbu@dell.com
2 arthi@dell.com
3 thiru@dell.com
.. .....
like this for N no.of how we will send a message 'meet hr'
at a time in windows environment by the informatica..
Answer Posted / sri
I think we can send this message using E-mail task
whether iam correct or wrong inform me
Thank you
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a transaction control transformation?
What is session task and command task?
what is the hint? how to use it to reduce the query processing in program?
What are the main features of Oracle 8i with context to datawarehouse?
What is the different lookup cache(s)?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
What is an unconnected transformation?
Differentiate between a database and data warehouse?
Whats the difference between informatica powercenter server, repositoryserver and repository?
How to elaborate powercenter integration service?
Explain your project of banking domian.
What is a code page?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa