File "new_updated_windows_event_log.py", line 34, in <listcomp>
for fields in [line.strip().split(",")]
AttributeError: 'NoneType' object has no attribute 'group'
During handling of the above exception, another exception occurred:
File "new_updated_windows_event_log.py", line 33, in process
for line in lines
File "new_updated_windows_event_log.py", line 34, in <listcomp>
for fields in [line.strip().split(",")]
AttributeError: 'NoneType' object has no attribute 'group' [while running 'Convert Log Data into Dataframe']