I am relatively new to Python and wanted to convert .csv files to XML. Is there a Python module / script which can help in creating this generic?
Though I have already to created custom script which process csv file to and convert them to XML, but was wondering if it can be created to a generic script?
I expect the process to work as "python_script.py Input_XSD_file.xsd Input_CSV_File.csv"
and it creates relevant XML files.