I made this little package to update data from a csv file. There are only 4 fields that I read from csv file and the same fields should be written on the table InventoryStockItems.
Among these fields is Id_Products which is the primary key of the table InventoryStockItems.
I configured Magento Destination correctly

"Error : System.InvalidOperationException: Delete and update operation requires ID column.
What does it mean ?How can I correct this error)
thank you.