![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I'm new to DTS and my problem is probably pretty standard. I have several thousand data files generated by a proprietary lab instrument (tab-delimited text) that I want to import into an SQL 2000 database with an MS Access Project (*.adp file) front-end. Each file has about 59 rows of header text that I also want imported into a separate table in the database. The format looks something like this: FILE: c:\testdata ------------------------- ---Test Parameters------- Test Date: 20-Mar-00 Test Time: 02:08 p.m. Operator: John Smith Number of Scans: etc.... ... Scan, Time, Etc.. 1,0,... 2,1,... I know I can skip the first 59 rows to import the delimited data (like importing text in MS Access), but I need the header data as well. I think I know I need to develop an Active X Task to customize the import, but I don't know how. And how do I run a DTS Package through an Access Project? Also, more files are constantly being generated so I'd like to be able to regularly schedule the import of new files as well as be able to go and specifically select a file to import through the Access Project application. Any help would be greatly appreciated. Thanks in advance! Lori |
![]() |
| Thread Tools | |
| Display Modes | |
| |