To filter the file contents you can enter any valid SQL expression in the Filter field. You can refer to a field value through a bind variable with the field name. For example, to include only employees from department 10 with a job other than 'CLERK', you can enter the following filter expression:
:deptno = 10 and :job 'CLERK'