LittleGlory
Registered User.
- Local time
- Today, 23:39
- Joined
- Jul 25, 2001
- Messages
- 12
Hi, I am hoping someone can give me some help with a problem. I am currently trying to import text files into Access. I have done this many times and haven't had a problem. However, I am stuck on this issue. It is probably simple to solve but I can't figure it out.
I am trying to import a very large text file. The data is comma delimited. The problem is that program that is exporting the text file (a machine that takes measurements of certain things) exports the text file with line breaks in the middle of the data. For example, the file shows a serial number of an engine followed by many different peices of measurement data. There are several breaks in the data that move to the next line. So, I have what should be imported as one record in Access, on 4 different lines in the text file. Access looks at each line as a separate record. I am wondering if there is an easy way for me to import this data all as one record without going into the text file and putting it on one line. Below is a condensed example of the file.
Serial Number3C4597,6.5,7,8,7.8,9.1,
5.4,16.7,
8,4,5,9,10,11,12.5,
19.2,6,7,12
Serial Number3Df567,14,15,6,5,7.8
5,7,9,
4,5,6,7,89,45,15,13.2,
45.2,2,6,13
Each group of 4 lines should be one record, however access assumes that each line is a separate record. Any help would be appreciated!
I am trying to import a very large text file. The data is comma delimited. The problem is that program that is exporting the text file (a machine that takes measurements of certain things) exports the text file with line breaks in the middle of the data. For example, the file shows a serial number of an engine followed by many different peices of measurement data. There are several breaks in the data that move to the next line. So, I have what should be imported as one record in Access, on 4 different lines in the text file. Access looks at each line as a separate record. I am wondering if there is an easy way for me to import this data all as one record without going into the text file and putting it on one line. Below is a condensed example of the file.
Serial Number3C4597,6.5,7,8,7.8,9.1,
5.4,16.7,
8,4,5,9,10,11,12.5,
19.2,6,7,12
Serial Number3Df567,14,15,6,5,7.8
5,7,9,
4,5,6,7,89,45,15,13.2,
45.2,2,6,13
Each group of 4 lines should be one record, however access assumes that each line is a separate record. Any help would be appreciated!