I need to develop a script, with input csv file, this file contains multiple headers [headers are language(fr,en,...) specific] and between headers there will be specific data - you can say we've have a well defined CSV template,
which will be parsed and will be converted to a specific pydict-dictionary and then this dictionary will be passed to an existing xmlrpc web services,
what I want to know is, is there any third party CSV parser are available for python? and what will be the best way to develop such script