Answer Posted / metadat is data about datas
Metadata is data about data..it will have all information
about mappings and transformations.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are some examples of informatica etl programs?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
Whats there in global repository
define galaxy repository in informatica
What is the benefit of partitioning a session?
What is the cumulative sum and moving sum?
What are the different ways to implement parallel processing in informatica?
What are batches?
Is it possible to create multiple domains on a single Informatica server?
How many ways are there to do 'remove duplicate records in informatica'?
How to do unit testing in informatica? How to load data in informatica ?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What are the restrictions of union transformation?
what are the deliverables?in your project?
What is a shortcut and copy in Informatica and how two are different with each other?