Hi,
I have a number of .csv files all in the same format that I want to obtain data from and insert into a single table.
these files contain historical data whcih i want to insert into my fact table.
is there any quick way of looping through each file in turn (they are all in the same directory) and then inserting the data into the table?
I cant stand the thought of doing each one separately!
Thanks,
MrPeds.
I have a number of .csv files all in the same format that I want to obtain data from and insert into a single table.
these files contain historical data whcih i want to insert into my fact table.
is there any quick way of looping through each file in turn (they are all in the same directory) and then inserting the data into the table?
I cant stand the thought of doing each one separately!
Thanks,
MrPeds.