I am new to python. I am trying to extract the date and time values from a string.
string_value :
List = ['D:/Python/sfusd_to_hipSfusd/reports_api/meet/activity/dt=2020-10-
02/api_batch_id=00db1d37-96bb-4beb-a8db-0e62443f5d81/2020-10-02 13-34-55.json']
Output that I need :
2020-10-02 13-34-55
Could anyone help me to solve this in python?