Forum Discussion

dancarr22's avatar
dancarr22
Icon for Helper V rankHelper V
9 years ago
Solved

Connecting to Folder but filtering by file name

Hello,   We are conecting to a folder which has multiple files -- basically 3 different file formats.  Is there a way when we connect to the folder -- maybe going into 'Advanced' where it shows it ...
  • Anonymous's avatar
    Anonymous
    9 years ago

    dancarr22,

    Add a custom column in Query Editor using the following formula, then filter the custom column to "Yes".

    if Text.Contains([Name], "Equity") then "Yes" else "No"

    You can review the example below.



    Regards,