what is workflow varible
Answer / vikram
Workflow variable is similar to Mapping variable where as
in workflow variable we will pass the workflow statistics
and suppose you want to configure the multiple run of
workflows by using varable that you can do with this.
| Is This Answer Correct ? | 6 Yes | 0 No |
Define filter transformation?
get me output as if input is like 1 x o/p-->1 x,y,z 1 y 2 a,b 1 z 3 c 2 a 2 b 3 c
Explain what transformation and how many are there in informatica?
what is degenerated dimension?
In update strategy t/r we had given dd_insert condition & in session we gave delete condition . Then what will happen? mapping will run ?
what are the Methods For Creating Reusable Transformations?
can u any challenge your project?
if we are extracting 600000 records from a source table so how much volume of records frequently we load in warehouse. (Iknow its depend on client requirement) still i want to know how much volume of records store in warehouse.
what is the exact meaning of domain?
error reading data in flatfiles. Instead rading Ravi Teja its reading Ravi?Teja.How to handle this issue.
What are the guidelines to be followed while using union transformation?
I am hvaing SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out