Hi @Paul Taylor ,
Welcome to Microsoft Q&A forum and thanks for reaching out here.
Yes, you can achieve the same using below expression in Filter transformation in Mapping data flow:
Sample expression:
not(like(FIRSTNAME, '%mes%'))
Sample Source Data:
**Sample filtered Data
**
Hope this helps.
Please don’t forget to Accept Answer
and Yes
for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.