Member since
05-03-2020
6
Posts
0
Kudos Received
0
Solutions
07-12-2021
07:28 AM
The only fix I've found so far is to update the Record Reader of this processor: * Make sure it is not inferred * Write the schema with the order of the record fields matching the order of the table fields. I'm not sure if there was a reason this was changed or of this is a bug?
... View more
05-04-2020
06:33 PM
Thanks for your response. But it have only 1 primary key on my table and as i checked, just some id are not deleted @@. Now i use PutSQL instead of PutdatabaseRecord to delete these records, it work well.
... View more