What is dimensional table?
No Answer is Posted For this Question
Be the First to Post Answer
What is use of batch file in informatica? How many types of batch file in informatica?
what is datamart
Is there any way to read the ms excel datas directly into informatica?
Using Expression transformation how to remove duplicate records from a relational source?
Hi, What is version control in Informatia ? Can anyone just give an idea or introduction about this? Advance Thanks
What are the mapings that we use for slowly changing dimension table?
State the limitations where we cannot use joiner in the mapping pipeline?
source is a flat file empname, empno, sal ram, 101, 1,000 sam, 102, 2,000 ques: my target needs the data to be loaded as sal -1000 and 2000 excluding commas target empname, empno, sal ram, 101, 1000 sam, 102, 2000 how to implement this?
I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?
What are the advantages of using informatica as an etl tool over teradata?
what are the row and column separations in Flat Files
if i have a delimited file as source so how can we seperate this file into three diff targets?