I get multiple file paths from different directory tools now I have to segregate based on the folder name
| FilePath |
| C:\program\ABC\lmnop.xlsx |
| C:\program\mnop.xlsx |
| C:\program\ABC.xlsx |
1. Take the file name and keep it in a separate column (name: filename)
2. Check if the last folder is ABC or not (using filter)