
jayspry
Novice
May 3, 2002, 3:52 AM
Post #11 of 13
(2027 views)
|
|
Re: [rGeoffrey] modify data between two files
[In reply to]
|
Can't Post
|
|
Geoffrey, Yes the POINT line will begin with POINT and instead of a line starting with NAME, it will start with TRACK. So, you would have lines like TRACK,field2,field3,field4,field5,field6,field7 POINT,field2,field3,field4,field5,field6,field7....... POINT,field2,field3,field4,field5,field6,field7....... . . . . TRACK,field2,field3,field4,field5,field6,field7 POINT,field2,field3,field4,field5,field6,field7....... POINT,field2,field3,field4,field5,field6,field7....... . . . And so on. TRACK and then a series of POINTS, followed by TRACK a series of POINTS , etc. TRACK will tell what the track is and POINT will be the actual data for that TRACK. The other text file (a csv file) contains information that will modify the TRACK and POINT records if there is a match in the csv file. If there is no match, then the TRACK and the associated POINT records are just simply output to the new file as they originally were. Jay
|