Hello everyone,
I have an FME script that processes various data. Upon output, everything goes to a feature service. So far, so good; I have no problems during processing.
My issue is very simple to solve, I think, but I can't find the solution.
I'm working with agricultural data. For example, when using my script, I might request to use data labeled "18/19/11". Everything works fine, and everything displays perfectly.
The problem arises when I only want to work with data labeled "18". The script works perfectly again, and the data is correct up to the last transformer before the writer. However, the data in the writer isn't replaced by the new dataset, and I still get the "18/19/11" data when I only want "11"!
What type should I choose in "Feature operation" (insert/update/upsert/etc.) and in "feature type handling"?
Do I need to integrate a transformerbefore the writer that will update the datar, or is this problem solved solely within the writer? I'm a bit lost and frustrated...
Thank you very much in advance for your answers.
Have a good day.

