How do you Merge multiple Flat files for example 100 flat files
with out using Union T/F
Answers were Sorted based on User's Feedback
Answer / phani
By using File List we can Merge more than one Flat file.
when we are importing more than one flat file we should Set
the Source Property as INDIRECT,where default property ll
have DIRECT. and we should give the file,which ll have the
adresses of all the Flat files which we are going to merge.
Is This Answer Correct ? | 20 Yes | 4 No |
by using a concept called filemerging
we will give the path of all files in a sinle file
and in session properties select file type is indirect
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / jvdwhinfo
Hi Guys,
First of all create a new flat file and paste the location
of all the flat files in that newly created flat file.
Now import the source definition using "Import from file"
and define the mapping.
And assign the session properties as indirect file type of
loading and give the location of the newly created file.
This should do and please let me know if you want me to
discuss further.
Thanks,
James
Is This Answer Correct ? | 2 Yes | 0 No |
What are Dimensional table?
Can we get 1st record through Informatica(without sequence number).
What is domain and gateway node?
How do you change parameter when you move it from development to production.
How to get EVEN & ODD numbers separately?
how eliminate the duplicates in flat file with out using sorter ,aggregater
What is Index Caches size?
In a concurrent batch if a session fails, can you start again from that session
Performance tuning( what you did in performance tuning)
update strategy transformation in informatica
Can we update a target table (without primarykey) by using update strategy transformation?
How to transform normalized data to denormalized form in informatica? Is there any logic or any transformations to achieve this?