How to generate or load values in to the target table based on a column value using informatica etl tool.
Answer / Gaurav Kumar Shah
In Informatica ETL tool, you can use script transformations to generate or load values into a target table based on a column value. For example, you could use a JavaScript script transformation to look up a value for a specific column and then write that value to the target table.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is semi-additive fact?where did u used?
Define mapplet?
TWO FLAT FILES ARE THERE , EACH HAVING NO MATCHING COLUMNS . HOW CAN U JOIN THESE TWO USING JOINER TRANSFORMATION ?
If session fails after loading 10000 records in the target,how can we load 10001 th record when we run the session in the nexttime?
How to partition the Session?
Hi , Please help how to achieve the following scenario. I have a source table like this. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU I need the data in the target table like below. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU 4 Rajesh 5th SKU The Last row values we have.. and we have to append this last row in the target table. Thanks and Regards Nataraj V
Implementation methodology
i have source as Column1 101 a 101 b 101 c so i want to load target as column1 ---> 101 abc
what is threshold error in informatica?
How many repositories can we create in Informatica?
Hi Every One,What is Use of Factless Fact Table ? Why we use Factless Fact Schema in the Projects waiting for reply? thank you
when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure to achieve by using lookup?/