how can we load 365 flat file to a single fact table
(target) as a history load in single mapping?
Answers were Sorted based on User's Feedback
Answer / nagaraju bhatraju
if your flat file are of same structure then analyze any
one of the file in sourceanalyzer of informatica,and
proceed with mapping development, hence you will have only
one mapping, but make all other flat file entries into
other file along with their exact path of files and save
this indexfile or file with all files entires with .dat.
and give this file name in source file directory or source
file and change load type from direct to indirect, hence
all the 365 files will be loaded in to the singe target ,
with single mapping , this concept will be called as file
list or file repository .
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / ravi
Above answer given by Nagaraju works fine.
We need to goto workflow,open Task properties
Goto mappings Tab, then go to source properties. Change
source file type attribute to 'indirect' and give source
file name attribute value to file name that contains list
flat files to be loaded(complete path).
Is This Answer Correct ? | 3 Yes | 0 No |
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
Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance
how to join the 2 different table with different columns in informatica?
Hi experts, table 1 has 10 records, table 2 has 5 records select * from table1, table2; What is the output for this query???....plz answer
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
In dept 10, 5 emp sal, i want to do sum of dept 10 emp sal. Is there any othere transformation than the aggrator? if yes how?
Why can't we use few transformations in mapplet ? like xml and target defintions, seq etc ?
How to create a non-reusable instance of reusable transformations?
What are Target Options on the Servers?
What is version control in informatica ? Advance thanks
how to declare array in plsql?
What is mapping debugger?