api mode execution
The statements are applied to the incoming records as follows. For each record:
1. The statement referenced by updateSqlFile is tried first. If the statement can be successfully applied to the current record, it is executed; and the statement referenced by insertSqlFile is skipped.
2 .If the updateSqlFile statement cannot be applied to the current record, the component attempts to execute the statement referenced by insertSqlFile.
No comments:
Post a Comment