Just using AttributeCreator to set the fme_db_operation value and noticed "put" in the drop down list of possible values along with the usual "insert", "update", and "delete". What does "put" do? Is it specific to certain writers?
Solved
fme_db_operation - what does "put" do?
Best answer by brianatsafe
Hi @tim_wood,
The put option applies to DynamoDB. In DynamoDB it means :
"Creates a new item, or replaces an old item with a new item. "
You can read about these options here: https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/dynamodb/format_parameters_w.htm
we have added 'PUT' support for specific NoSQL and web service writers that have a concept of replacing a whole row rather than updating part of a row. This is the terminology they use for the formats themselves. This may also be possible in MongoDB as well.
Kind regards, Brian
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.




