Hi,
I need to import data from numerous txt files held under different names in a single directory to a single table.
The txt files are all formatted exactly the same, have header information in rows 1-3 (part no, serial no, date) which I would like to pick up. The main data starts on line 4 (tab separated).
Does anyone know of a way of coding this to automate the task?
I need to import data from numerous txt files held under different names in a single directory to a single table.
The txt files are all formatted exactly the same, have header information in rows 1-3 (part no, serial no, date) which I would like to pick up. The main data starts on line 4 (tab separated).
Does anyone know of a way of coding this to automate the task?