share
Stack Overflowhow to filter csv using python script
[-2] [0] user1386541
[2012-05-10 09:57:56]
[ python csv filter ]
[ http://stackoverflow.com/questions/10531647/how-to-filter-csv-using-python-script ] [DELETED]

Possible Duplicate:
How to Filter from CSV file using Python Script [1]

I have user.csv file having three columns. I would like to filter the data which is having Application as Central and write it in another .csv file

User ID   Name        Application   

001       Ajohns      ABI 
002       Fjerry      Central 
900       Xknight     RFC 
300       JollK       QDI 
078       Demik       Central 

I need to write User ID, Name, Apllication in three column in another .csv file

Cross-posted stackoverflow.com/questions/10530301/… - Mike Pennington