I am new at python so I have question about it. There is a file "x.list" in /data01/test directory. And it is linux OS.
This file contains;
"A2","Start Time; 2019-01-10T00:00:18Z, EndTime;2019-01-10T00:13:57Z"
"A3","Start Time; 2019-01-10T00:57:26Z, EndTime;2019-01-10T00:59:26Z"
"A4","Start Time; 2019-01-10T00:14:29Z, EndTime;2019-01-10T00:22:29Z
what I try to make is;
"A2","2019-01-10 00:13:57, 00:13:39
"A3","2019-01-10 00:59:49, 00:2
"A4","2019-01-10 00:22:13, 00:8
Third column should be the Start time- End time