On Sep 17, 2009, at 4:40 AM, Dot Baiki wrote: > I came across this article > (http://groups.google.com/group/ruby-reports/browse_thread/thread/7cba5390d1aa3798 > ) > where was written that sorting tables or rows should not be > possible? Is > that a fact? Can't imagine. How could I sort such a table. Is this a > Ruby function or from FCSV? That article just says that FasterCSV doesn't provide a method to sort a table and reorder it in memory. You can always create a second table and reorder elements as you move them over, reorder elements as you write the results out to disk, etc. James Edward Gray II