I am writing data into the workspace from AGOL and using a template file in the excel writer, but nothing is being written. What am I missing?
Login to the community
No account yet? Create an account
An FME Account is required to contribute
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.



I can get this to work with the writer set to "insert", but it adds new rows above the desired start position. I need data placed in A14 not above it. I realize the writer can be set to "Update" mode. I am unsure how to assign "row ID attribute" or where this row ID attribute should be coming from. Is this something I need to create in source data?
Notice how these fields starts at row 7
With this as our result:
Without specifying Start Row the new rows are simply appended:
So if this is a one time thing it is easiest to just put the starting row in your Writer..
(you could also expose it outside of your reader using the AttributeExposer)
These are my FeatureWriter settings:
And this is the result: