- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 12:49 AM
Hi all,
I have created a transform map in my PDI and trying to add class in that for cmdb_ci table.
Every data is importing except class.
I checked some community link, mentioned to create transform script.
Please help me in creating transform script.
Thanks,
Sam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 04:23 AM
Its working @Tony Chatfield2 ,
I just write the below script onBefore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 01:49 AM
Hi, when transforming data the class of the inserted record will always be that of the transform maps target table.
To insert a record into another table, I would normally use a before transform script to lookup and insert the record, before aborting the current transform. Note: you may be able to use a robust transform to deliver this requirement, but I have not tried this as a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 01:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 01:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 04:23 AM
Its working @Tony Chatfield2 ,
I just write the below script onBefore