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 |
I want load the data into target with out 1st and last record.
Explain one complecated mapping?
Without using any transformations how u can load the data into target?
How to generate or load values in to the target table based on a column value using informatica etl tool.
Define Incremental Aggregation?
Where do you create/define mapping parameter and mapping variable?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
What is resilience time?
how to declare array in plsql?
What is Datadriven?
Can we use different lookup tranformations for a same lookup table (lookup condition may or may not be same)with different output ports? How the cache files will be affected? Please clarify..
Can we use the mapping parameters or variables created in one mapping into another mapping?