Hello,
I have an FME 2018 workbench with an AGOL Writer set up to write to a Feature Service layer in AGOL by Writer Mode: Insert, Truncate First: No (I want to keep appending different records to the table). (See screenshot below)
Steps to reproduce the FME warning (error):
1. First time run the FME workbench from a January data set csv file that gets geocoded to arcgisonline_polygon
Results: All column fields get written to AGOL geodatabsae and feature service layer perfectly fine
2. Second time I run the FME workbench from a February data set csv file that gets geocoded to arcgisonline_polygon
Results: FME gives me a warning: "ArcGIS Online Feature Service Writer: Attribute 'PLAN' on feature type 'Land_Lots' does not match any field on the corresponding layer/table. The attribute will be ignored"
The workbench translation is still successful. However, when I look at the table in AGOL, I now notice that the second time I had ran the FME workbench, the PLAN field got changed to PLAN_, thus, I get that FME warning which ignores to populate that column the second time I ran the workbench.The PLAN field has no records appended (populated) the second time I ran the FME workbench
Is this a Bug in FME or I'm I doing something wrong when setting up the writer?
Below is the AGOL Writer I have in my workbench:
AGOL Table Records showing the PLAN field changes to PLAN_ and records omitted the second time I ran the workbench:
AGOL Fields
AGOL Table: