Hi
I have the following situation:
I get several text files with the same layout in a specific directory.
I have to merge these various files into one to make the load. So far so good.
But what I'm doing is letting the ETL process dynamics
Example: The ETL process verifies the first text file directory and performs the load.
The ETL process verifies the second text file directory and performs the load.
The ETL process verifies the third text file directory and performs the load, and so on.
Carl