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 |
My source data like... Empid Name 10 chandra 10 sekhar I am expecting result is Empid Ename 10 Chandrasekhar How can we solve this prob?
Which is the t/r that builts only single cache memory?
what is bitmap index? did u use it?and how to use it in informatica
what is data driven?
Any one tell me some 5 session failure in real time?And why problem occur how to solve the issues?
Can informatica load heterogeneous targets from heterogeneous sources?
what is mapping override?
What are the phases in SDLC?
what is dimension table?
Why can't we use few transformations in mapplet ? like xml and target defintions, seq etc ?
What if i will group by with some port in aggregator and will not pass the sorted values. Will the session fails tell in both cases ( if i have configured it for sorted input and if i have not configured it for sorted input).
How do u identify or filter out a 0 byte file available in a folder by using UNIX command?