what is filelist concept in informatica
Answers were Sorted based on User's Feedback
Answer / gsr
When you are using Flat File source you usually get the
header files separately from the data files. You may get
source data in more than one file. In such cases you give
the paths of all the data files in one file for eg say
list.txt. This file is called the list file. In the session
edit task window instead of giving the source filename you
enter the name of the list file - list.txt and in source
filetype you make it indirect.
Is This Answer Correct ? | 15 Yes | 0 No |
Answer / shweta
When we use Flat file as a source we give the path of
directory where we store the file in Workflow.
But if we want data from multiple flat files then we put
the names of all flat files in a single file called as file
list.
In workflow mapping we give the path of list file and mark
the source filetype as INdirect as we are indirectly
accessing all the flat files.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / arockia
In File list is it possible to create seperate target files
for each input file?? Ex: My list.yxy contains :
datafile1.dat,datafile2.dat. I want target file needs to be
created as datafile1.out, datafile2.out..
Please help...
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shashiall
may b it is the path where our flat file is residing.we
have to give the total path at the place of the file
list...
plz...correct me if am wrong...
Is This Answer Correct ? | 2 Yes | 8 No |
What is the difference between power center and power mart? What is the procedure for creating independent data marts from informatica 7.1?
If a session fails after loading of 10,000 records in to the target.How can you load the records from 10001?
How to load the data into target table, which not have Primary/Surrogate key (Duplicate records not acceptable)
explain abt joiner t/r?
source table have 3 records? and it is sucessfully loaded into target. and 4more records is added in to source .that means 7 records now in source. we have to load the remaining 4 records into the same trgt table with maintian top 3 records. how ?can any one give me the data flow of this logic plz?
what is the difference between copy object import objects using repositery manager which one is best
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix.
Tell me about Propagate functions in informatica
Describe data concatenation?
how can import the data from the flat files?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
How to convert multiple rows to single row (multiple columns) in informatica