Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] deal with files preceded by the TIME prefix

Hi everyone,
I have two output files generated by TraCI in python. I want to convert them to CSV files with python script not by xml2csv tools. I am looking for a way to introduce these files to the script because the file names are preceded by the TIME prefix 
tree = ET.parse("output.xml")
Is there any way to deal with this problem in SUMO?
Best regards,
Ali

Back to the top