From: ThisForum IsSpammable Date: 2007-02-07T04:12:47+09:00 Subject: Re: How do you get the rows out of FasterCSV? ThisForum IsSpammable wrote: > > How do I write the finished file? My attempts appear without headers in > the csv file? open("test_csv_file.csv", "w") << table worked and included the headers. Is there a faster way for large csv tables? Thanks -- Posted via http://www.ruby-forum.com/.