can we generate reports in informatica ? How?
Answers were Sorted based on User's Feedback
Answer / j.david sukeerthi kumar
Yes we can, by using Informatica Metadata driven reporting Tool
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sub
Depends on what sort of reporting you want.As someone
already suggested you can get it using MetaData Manager but
the better way is using Data Analyzer. If you want to get
to have auto document generated then use INFA stencil.
Hope that answers your question.
Cheers!
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mukesh
no,we cannot generate a report ,but also we generate a meta
data report because informatica is a etl tool
| Is This Answer Correct ? | 1 Yes | 7 No |
What is informatica? What exactly are the practical uses in real world
How to eliminate duplicates in FF and oracle both
can anybody send me some real time screenshots of mapping in informatica powercenter. i will be vary thankful to him. my e-mail id :- prakashkumar.kumhar@gmail.com
Mapping variables, parameters syntax, if you create mapping variables and parameters in mapplet can you use them in the mapping?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process
What is the role of informatica in project ?Like i showed financial projects?
What are Dimensions and various types of Dimensions?
How to generate sequence numbers without using the sequence generator transformation?
What is aggregator transformation in informatica?
How can you display only hidden files in UNIX
My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.