When you say that you are loading from csv files in batch means I presume that these files are staged on the BW application server (UNIX level).
You can use a UNIX command (ex: CAT FILE-A FILE-B > FILE-FINAL) by which you can write all the files info into one final csv file, so that from BW you can extract complete data in one load.
hope this helps...
thanks
Sravan
Add a comment