Skip to main content

I am looking for the proper format to use the WHERE Clause to query features using the Smallworld 4/5 reader in FME 2019.1. The closest I can seem to get is:

[interfaces].maintenance_notification where code_group_for_part = "DMPS0TR"

[interfaces].maintenance_notification where code_group_for_part = "DMPS0VM"

I have tried every combination of things but it always throws errors.

Did you found out how to format the query?

Thanks!


It worked out to be:

[interfaces] maintenance_notification where code_group_for_part = "DMPS0VM" 


Reply