I have around 3 thousand data files (in .witsml format shown below opened in notepad). I want to extract the time and the data set enclosed by two red lines shown. Each file has same number of rows fyi.
The catch here is each file contains data for different time stamp. So, after extracting the required data from one file I would need to place those on an excel sheet column. Then the next file data, after extraction should be placed to the next column and so on.
I have beginner level knowledge on python, Matlab. Bearing that in mind, would recommend the structure of the code to convert all these 3k files into .csv format with side by side column? enter image description here