I have a df with list of keywords and its corresponding columns
Column 1 Column2 Column3
Processing Test CPI
WCR Key Comp
DD|FF Interp Set ( If both keywords are present then
select this row)
Folder path : C:\WCR basic\testing\dual, it should match with column1 WCR row value and return value of column2 and column3. Output : Key, Comp
When i loop through the list of filepath, if file path contains any of the keyword present in column1 then it should retrun the values from column2 and 3. I am not sure if using regex in this situation would give better result?