- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 10:47 PM
Hi All,
I have a script to run the transform on the staging tables , but I want to run the transform maps in such a manner that a particular transform runs first , the second should run only when the first transform is completed and so on . How to achieve this?
Regards,
Snehal Khare
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2019 10:23 PM
Found a solution to this. In the script where I was doing the transformation , stored all the tables in the required sequence on an array. This helped be run the transform maps sequentially in the required order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 11:19 PM
Hi,
1. If all your transform maps belong to same data source,
In this case, open your Data Source record and then you can use the order field in the transform map related list to specify your order.
2. If all your transform maps belong to different data sources,
In this case, you can try creating Scheduled Data Imports where you can specify 'Parent' for each job. This will ensure that your transform maps execute sequentially.
Mark Correct if this solves your issue. Hit Like/Helpful based on the impact.
Regards,
Udhay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 11:27 PM
HI,
So you have transform maps on same target table or different target table.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 11:30 PM
Different target tables.
Regards,
Snehal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2018 12:12 AM