Filtering out files ending with ".zer"

:bullseye: What is your goal?

To have an FTP transferring data to a Google Sheets, filtering out files ending “.DONE” or “.zer”

:thinking: What is the problem & what have you tried?

I am transferring data from my FTP to a Google Sheet. The scenario works well… sort of. I am trying to filter out any files in the FTP that end with “.DONE” or “.zer”. I have created the filter, but the scenario is not filtering those files out.

Please help.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like

Hey Ben,

what does the output of the FTP module look like when the file ends with either of those? Can you share some screenshots?

1 Like

Here is the output

Oh right right right. If the file ends in .zer it doesn’t end in .DONE so it passes the filter. Change the condition to AND not OR.