How to use procedural logic inside infromatica?
No Answer is Posted For this Question
Be the First to Post Answer
Want to know about Training Centres for Informatica, Cognos and ETL Softwares in Mumbai, India.
How to extract original records at one target & Duplicate records at one target?
i have source as Column1 101 a 101 b 101 c so i want to load target as column1 ---> 101 abc
Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me
What will happen when Mapping variable and Mapping parameter is not defined or given? Where do you use mapping variable and mapping parameter?
How does the aggregator transformation handle null values?
where to store informatica rejected data?
what type of transformation is not supported by mapplets?
in source one table is there. id value --- ------ 1 a 2 b 3 c 1 d 2 e 1 f in target i want id value ---- ------ 1 a,d,f 2 b,e 3 f How to implement it in informatica without using normalizer transformation?
Explain the types of transformations?
we have table like cust_id,cust_name,cust_loc like this 1.we need to get perticular location,to do this we can use filter transformatin,that logic is same for relation table and flat file tabl?
What is meta data and system catalog?