robust transform map
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 02:42 AM
Hi Team,
I want to do robust transform map to insert data into case and incident multiple table while i am importing data its only processed inserting to target table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 04:24 AM
So you want to import data to multiple tables from one import?
You should be able to achieve that by having multiple different transform maps in your import set table.
For example create a transform map with target being case and another with target being incident. Set the order to 100 and 200 so that one is run first always.
Then you can, in your second transform map if necessary, use scripts to connect the case and incident as you have the same source values and can search the other table for matching records.