How to customize the comment of the import set

Community Alums
Not applicable

Hi all,
If you set "ignore=true;" in onBefore script of the transform map, the following message will be added in the Comment field of the Import Set Row.

;Row transform ignored by onBefore script

Is it possible to suppress or customize this message?

 

onBefore ScriptonBefore Scriptthe Comment of the Import setthe Comment of the Import set

3 REPLIES 3

DorianK
Tera Expert

Have you tried setting the source.sys_import_state_comment first? And have you tried blanking it out set it to "" first. then update it. then set it to again? 

Shubham Singh
Mega Guru

Hi @Community Alums 

 

You can check the Run Script checkbox on the transform map and write your script in the transform map Script.

It's always better to ignore the processing of records in transform  map scripts instead of onBefore script.

 

Not sure but maybe by writing the script on transform map will ignore this message.

ShubhamSingh_0-1699899081863.png

 

Thanks!

 

Please mark it as correct and helpful if it works ✔️👍

It won't help by writing it there. That "Run Script" is actually old and is just an OnBefore script (before OnBefore scripts were created). The proper place is OnBefore _not_ Run Script.