Re: Data table text I/O package?
- From: "Randy Brukardt" <randy@xxxxxxxxxxxxxx>
- Date: Wed, 15 Jun 2005 13:58:52 -0500
"Jacob Sparre Andersen" <sparre@xxxxxx> wrote in message
news:m2hdfzek8i.fsf@xxxxxxxxxxxxxxxx
> Preben Randhol wrote:
> > Jacob Sparre Andersen <sparre@xxxxxx> wrote on 15/06/2005 (13:38) :
>
> > > The important part is to have the checking of the headers and the
> > > generation of Put_Line and Get_Line procedures automated based on
> > > a record type (and not too much more). Since I need records (for
> > > type checking) and not just simple arrays, I can't manage with a
> > > generic package, but have to put some code generation into the
> > > system (or can I play some tricks with streams?).
> >
> > So the header might be:
> >
> > Integer Float Text
>
> Not quite. The headers would be field names, not just types. I.e.:
>
> Gene ID p-value Expression-level Description Human cromosome
> GE29031 0.04539 245.45 Cyclin-B1 17
I may be dense, but isn't this the purpose of XML? If so, why reinvent the
wheel?
(I personally think XML is way overused, more because it *can* be used than
that it is worthwhile for the application. But this seems to be exactly the
application that it was designed for. You'll end up with something like XML
eventually anyway, why not start with it?)
Randy.
.
- Follow-Ups:
- Re: Data table text I/O package?
- From: Jacob Sparre Andersen
- Re: Data table text I/O package?
- References:
- Data table text I/O package?
- From: Jacob Sparre Andersen
- Re: Data table text I/O package?
- From: Preben Randhol
- Re: Data table text I/O package?
- From: Jacob Sparre Andersen
- Re: Data table text I/O package?
- From: Preben Randhol
- Re: Data table text I/O package?
- From: Jacob Sparre Andersen
- Data table text I/O package?
- Prev by Date: Re: Aliased
- Next by Date: Re: Data table text I/O package?
- Previous by thread: Re: Data table text I/O package?
- Next by thread: Re: Data table text I/O package?
- Index(es):
Relevant Pages
|