G
Guest
I am trying to import data from a text file, but the file has several rows of
header information that is getting in the way. My field names are in the
10th row of the text file and the data begins in the 11th row. They are tab
delimited files. The files are very regular otherwise, everything is always
in the same place and field names are always the same. I have many of these
files to import, so I would like to avoid having to open each file in excel
to lop off the first 9 rows, then saving as a new txt file in order to avoid
losing the original header info (never know when I might need it). On import
I am creating a new table for each imported file.
Anyone have any suggestions?
Thanks,
tjw
header information that is getting in the way. My field names are in the
10th row of the text file and the data begins in the 11th row. They are tab
delimited files. The files are very regular otherwise, everything is always
in the same place and field names are always the same. I have many of these
files to import, so I would like to avoid having to open each file in excel
to lop off the first 9 rows, then saving as a new txt file in order to avoid
losing the original header info (never know when I might need it). On import
I am creating a new table for each imported file.
Anyone have any suggestions?
Thanks,
tjw