I can do it in QGIS simply by using "name" LIKE '%LDN%' to sort the data, but this is not working for me in FME using the Attribute filter and text editor. Forgive me if I have got it wrong, this is my first go at using FME.
Page 1 / 1
You can filter out using the Tester transformer (test on name Contains LDN.
Thank's @erik_jan