Re: [Tutor] Missing Data in Txt Files

2011-01-10 Thread bob gailer
On 1/10/2011 7:10 PM, Benson, Randall wrote: Hello, Does anyone have a program that will read txt file data and insert - or similar for missing data? I have 10minute data and there are hour chunks that are missing that need a missing data insert for that missing hour but not the 10min perio

Re: [Tutor] Missing Data in Txt Files

2011-01-10 Thread Alan Gauld
"Benson, Randall" wrote hour but not the 10min period. The txt file has a date column (yymmdd), a time (hhmm) column and the rest are data columns shown below. See column 1 below with i Not sure what the last sentence merans? Was there supposed to be more? Or what is the 'i' referred to?

Re: [Tutor] Missing Data in Txt Files

2011-01-10 Thread Emile van Sebille
On 1/10/2011 4:10 PM Benson, Randall said... Hello, Does anyone have a program that will read txt file data and insert - or similar for missing data? I have 10minute data and there are hour chunks that are missing that need a missing data insert for that missing hour but not the 10min perio

[Tutor] Missing Data in Txt Files

2011-01-10 Thread Benson, Randall
Hello, Does anyone have a program that will read txt file data and insert - or similar for missing data? I have 10minute data and there are hour chunks that are missing that need a missing data insert for that missing hour but not the 10min period. The txt file has a date column (yymmdd), a