Re: HELP with 'seek' -- to Irv Mullins
Irv,
Yes, the files are always comma-delimited ascii, which I download daily from a
number of commodity-price vendors. The
files are NOT discardable, as I maintain a history of daily prices for 10 years
(20 years, in a few cases). Each day's
data is to be parsed out to the appropriate history file, and appended.
I'm sure you're right about EDS being a great tool to use for the purpose, and I
will get there. But, right now, my goal
is to learn Euphoria
thoroughly, before moving on to EDS.
Regards,
Jim Duffy
Irv Mullins wrote:
> On Sun, 20 Aug 2000, Jim wrote:
>
> > > Al wrote:
> > > if your file is so large its not practical to read through
> > > the whole file at startup,
> >
> > Yeah, some of the files I'll be processing are pretty large, 17,000 records
> > of 100 bytes each (1.7million bytes). Your solution 'D' sounds unique...
> > and one of the first I'll implment.
> >
> A couple of questions come to mind:
> Are these files always comma delimited, quoted strings? Do you have a choice?
> Secondly, are the files one-time use-and-discard, or are they more of a
> cumulative thing, which would make the use of EDS (suggested by ck leaster)
> a "good thing"?
>
> Regards,
> Irv
|
Not Categorized, Please Help
|
|