[IronPython] Sorting CSV file

Dody Gunawinata empirebuilder at gmail.com
Fri Jan 23 14:21:56 CET 2009


1. Define a class to hold individual data2. Go through every single line
3. Split based on ',' and insert the values to the object and add them to
the list
4. Sort the list based on the fields you want.

On Fri, Jan 23, 2009 at 10:28 AM, Sheetal Gophane <
sheetal_gophane at persistent.co.in> wrote:

>  Hi All,
>
>
>
> I have csv file in following format
>
> LogTime,ApetClientID,OperationName,Status,StartTime,Duration
>
> 2009-01-07/10:41:03,1,fun1,1,2009-01-07/10:41:02,314.8173162
>
> 2009-01-07/10:41:03,1,Login,0,2009-01-07/10:41:02,618.2695007
>
> 2009-01-07/10:41:03,1,Login,1,2009-01-07/10:40:52,10997.29274
>
> 2009-01-07/10:41:04,1,fun2,1,2009-01-07/10:41:03,364.0241288
>
> 2009-01-07/10:41:04,1,DoLogin,1,2009-01-07/10:40:52,11248.42243
>
> 2009-01-07/10:41:04,1,fun3,1,2009-01-07/10:41:03,1197.179181
>
>
>
> I want to sort this file on the basis of first field i.e. LogTime
>
> Any pointers,how to do this?
>
> Thanks in advance.
>
>
>
> Thanks & Regards,
>
> Sheetal
>
>
>
> DISCLAIMER ========== This e-mail may contain privileged and confidential
> information which is the property of Persistent Systems Ltd. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Persistent Systems Ltd. does not accept any liability for
> virus infected mails.
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>


-- 
nomadlife.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090123/5dab74d2/attachment.html>


More information about the Ironpython-users mailing list