how i will stop my workflow after 10 errors
Answers were Sorted based on User's Feedback
In Real Time what are the scenarios u faced, what r the tough situations u have overcome, and explain about sessions.
2 Answers Cap Gemini, CTS, TCS, Tech Mahindra, Wipro,
how to remove staging area
Which means the first record should come as last record and last record should come as first record and load into the target file?
If one flat file contains n number records., we have to load in target from 51 to 100.. how to use expressions in Informatica..?
What is diff joiner and lookup
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?
Reusable transformation and shortcut differences
what is a junk dimension ?
14 Answers Atos Origin, Cognizant, HS, NIIT, TCS,
If a session fails after loading of 10,000 records in to the target.How can you load the records from 10001?
If we use only lookup transformation in a mapping ie, SourceQualifier-->Lookup --> Target. , here datas are taking very long time to load in target., so what are steps to improve the performance in that mapping???????
My source data like... Empid Name 10 chandra 10 sekhar I am expecting result is Empid Ename 10 Chandrasekhar How can we solve this prob?