robust transform map

Supriya Mane
Tera Contributor

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.

1 REPLY 1

Weird
Mega Sage

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.