I have a csv file with 27 columns and I need to filter out rows that contain either of 2 text strings. Because the text can be in any column I have found myself using on a filter for each column resulting in 27 * 2 filters.
In the attached workflow example I am filtering out rows containing "Alternate Hierarchies" or "Historical Hierarchies". If anyone can share a more efficient method of doing this I would appreciate the help.