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/.