[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Updating header in file.

jabowen

8/2/2007 9:08:00 PM

I have a text file where the first line is the header
being used by CSV. The second line to the end is data
for each header. How can I append the header? The
program I'm writing looks new entries in a data file
and wants to add it to the end of the header. I've
looked though CSV, file and IO and I don't see what I
need.

Thanks Jeff


____________________________________________________________________________________
Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invi...


1 Answer

Matt White

8/2/2007 9:42:00 PM

0

On Aug 2, 3:07 pm, Jeffrey Bowen <ja_bo...@yahoo.com> wrote:
> I have a text file where the first line is the header
> being used by CSV. The second line to the end is data
> for each header. How can I append the header? The
> program I'm writing looks new entries in a data file
> and wants to add it to the end of the header. I've
> looked though CSV, file and IO and I don't see what I
> need.
>
> Thanks Jeff
>
> ____________________________________________________________________________________
> Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.http://surveylink.yahoo.com/gmrs/yahoo_panel_invi...

Jeff,

Can you please clarify and post an example of what you mean? Append
the header to what?

Matt White