Hi
I have some rows that need to be appended to a database table and some rows which need to be deleted then replaced
I am using a feature writer and can delete rows by setting the feature operation to Delete and the in Row Selection, the Columns (Im sure it used to be called math columns) is just set to the primary key of the table. That way it appears to delete all the rows. I presume this is correct.
I then want to append the revised values to the table. How do I add another feature writer to do this?
I presume the alternative (better method?) is to use update. If I wanted to update every field, would I just set Columns in Row Selection just to the primary key and the all other columns would update? Would this still work if some of attributes are null?
Many thanks