0
I have a list of several csv files in a single directory it happens that every 5 min more file enters this directory
file example:
Det_export_lol-Sla_traceroute_active_test_5_mins_2020-12-10_18_23_00.csv Det_export_lol-Sla_traceroute_active_test_5_mins_2020-12-11_18_28_00.csv Det_export_lol-Sla_traceroute_active_test_5_mins_2020-12-11_18_33_00.csv Det_export_lol-Sla_traceroute_active_test_5_mins_2020-12-11_18_38_00.csv
these files every 5 min creates a new.
i need to insert a file of this in python do the regex treatment I’ve done and then save with another name
but automatically ex
enters: Det_export_lol-Sla_traceroute_active_test_5_mins_2020-12-10_18_23_00.csv treats (already ready the code) volley
enters Det_export_lol-Sla_traceroute_active_test_5_mins_2020-12-11_18_28_00.csv treats (already ready the code) volley
Read about design patterns (Pattern design) specifically about observable and observable (Observer)
– Paulo Marques