- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 06:20 AM
I have a field from which I am trying to push a value to target table but it is not working see screenshot.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 06:49 AM
Did you try writing this script in directly in field map? or do you have one already?
If not, can you create one
Can you check in syslog table, if you are getting any error as part of it, also put gs.info to check what is the final value that you are getting, for a string value, I dont think there should be that much of issue
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 07:14 AM
Ok trying from Direct script as well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 07:32 AM
Hi
Ensure you have update methods called in the Transform Script.
target.update();
Remark: Avoid using target.update() in all Transform Scripts instead add target.update() in the last onAfter Transform Script. Order decides which Transform Script is first or last.
Otherwise have 1 onComplete Transform Script which has the last statement as target.update().
Please mark my answer as correct if this solves your issues!
If it helped you in any way then please mark helpful!
Thanks and regards,
Kartik