Skip to main content

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

https://docs.python.org/3/library/glob.html

Am Mi., 6. Okt. 2021 um 21:02 Uhr schrieb ali mirzaei <alimrz222@xxxxxxxxx>:
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
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top