Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have 10 files in single folder, later on we are added multiple files.
Step 1: First we have to load 10 files in a QVD
Step 2: Based upon the filename , We have to concatenate the newly added files to the Existing QVD(Incremental Logic only)
How we can implement this scenario , Any Help ?
Regards,
Madhu
Hi,
You can do like this:
1: .
Load A,
B,
C
from folder\*.xls;
2:
While loading itself you can concatenate the files and then store into one qvd.
Exact requirement done here Incremental Load using Timestamps Multiple Excel
Vikas
Madhu,
As i know, We can get the last updated rows using Incremental load. But, i am not aware of how do we show the File name as well.
Brain to heard for first time, If you get this Please post here as you are using..
- Anil