Re: [IronPython] Sorting CSV file

2009-01-24 Thread John Machin
Sorry about the empty reply just then; finger trouble :-( On 24/01/2009 5:13 PM, Sheetal Gophane wrote: Thank you all for your suggestions. I followed the following way 1.Define a class 2.In class overwrite __cmp__ function. 3.While reading file populate class object and append it in array. 4.Ca

Re: [IronPython] Sorting CSV file

2009-01-24 Thread John Machin
On 24/01/2009 5:13 PM, Sheetal Gophane wrote: Thank you all for your suggestions. I followed the following way 1.Define a class 2.In class overwrite __cmp__ function. 3.While reading file populate class object and append it in array. 4.Call array.sort() method. Internally it calls __cmp__ functio