Row.Title, row.Type, row.Format, row.Year, row.Rating, row.Stars, row.Description)
I've tried a few examples where I am able to read the csv and XML format using Python using DOM and SAX but yet am to find a simple example of the conversion. Here is an example of a CSV file, containing a list of movies: I am looking for a way to automate the conversion of CSV to XML.