In the Transform script ON COMPLETE, how to get target's records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2022 04:36 AM
I want to update target table's many records, use for or while? how to write script? thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2022 06:57 PM
See ref Vid how to import data : https://www.youtube.com/watch?v=rpOyFv19E4E

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2022 07:01 PM
do you want to give some unique number for each INSYID for every record at time of insertion ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2022 07:15 PM
Do you want to populate a unique number in INSYSID ? or do you want to populate current sys_id in INSYSID ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2022 08:22 PM
I want to populate a unique number in INSYSID , if i use target.u_insysid = 1,it only updated a record, I just want to know how to updata all target records in the Transform script ON COMPLETE? thank you!