onAfter scripts will run even if the row is ignored
The following could be used in an onAfter transform script to pick up the fact that the row was elsewhere set to 'ignore=true':
The following could be used in an onAfter transform script to pick up the fact that the row was elsewhere set to 'ignore=true':
if( source.sys_import_state == 'ignored'){
return;
}
Comments
Post a Comment