What is the method of loading 5 flat files of having same
structure to a single target and which transformations I can
use?
Answer Posted / arnab
Use Union transformation , if you do not want to use Union
and if your informatica runs on Unix , then create a shell
script to concatenate these files and create a single
file , you can call this shell script before you call the
session in the workflow
If you use windows create and dos batch script and do the
same as above
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a repository server and a powerhouse?
Explain the difference between a data warehouse and a data mart?
What are Dimensional table?
How to load a Dimension ? and how to load a fact table?
What is a repository manager?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
what is the hint? how to use it to reduce the query processing in program?
What are the performance considerations when working with aggregator transformation?
I have a flat file, want to reverse the contents of the flat file
Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?
Can we get 1st record through Informatica(without sequence number).
What is the different lookup cache(s)?
what is song in infrmatica...?
State the limitations where we cannot use joiner in the mapping pipeline?
Differentiate between reusable transformation and mapplet.