How to customize the comment of the import set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 05:11 PM
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 Script
the Comment of the Import set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 10:02 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 10:12 AM
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.
Thanks!
Please mark it as correct and helpful if it works ✔️👍
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 10:40 AM
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.