What query need to be given in update SQL query field in JDBC sender filed insted of to stop repeating file process.i have tried executing the jdbc to file senario in sap pi it's continuously triggering the same data want to stop that and should read only till null value comes.
The best practice is to identify a field to mark the item you already read.
Let's say the field is
STATUSfor example with valid fieldsSelect new items in this way:
Update read items with
Note that the two statements MUST have exactly the same WHERE condition
For further reference please refer to Configuring the Sender JDBC Adapter