i have ten flat files with same structure,if
i want to load it to single target,and mapping needs to
should show only one source.what will be the steps to taken
to achieve it?/
Answers were Sorted based on User's Feedback
Answer / anoymous
Create a file system with extension .txt in that copy all
the 10 flat file paths.
Now at session level
source type : indirect
File directory : File system path
source file name: Name of file system.txt
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / arnab
Concat all the files using a Unix shell script to create a
new file and use this as the source file
If you use windows create a dos batch script
Then call the Unix shell script before calling the session
in the workflow , so that the process is automated
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasuna
Hi shiva,thanks for giving answer..can u elaborate the
answer??
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data merging,data cleansing,sampling?
how to convert 101 raja 101 raja sekar reddy 101 sekar----------> 101 reddy
write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh
Briefly define reusable transformation?
Scenario is like this: Name Sal A 10; B 20; C 30; Then Output should be Name Sal A 10; B 20; C 30; Total 60; Use SQL For this scenario
HOW TO GET THE LATEST DATA IN SCD ?
What is the difference between writing a joiner query in ANSI style and THETA style?
In mapping f.f as one src and f.f as trg,f.f as src and oracle as trg which is fast? mean which is complete first process
What is a look up function? What is default transformation for the look up function?
How to improve the session performance in informatica?
Under what condition selecting sorted input in aggregator may fail the session?
What are the types of error logs available in Informatica?