Robust Import Set Transformers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2025 06:41 PM
Hi
What is the difference between the normal method of importing using a transformation map and Robust Import Set Transformers?
Do I need to define an import set table for Robust Import Set Transformers?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2025 10:25 PM
The normal import method is suitable for regular tables, while Robust Import Set Transformers are recommended for CMDB imports for better performance and handling complex data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 11:45 PM - edited 06-04-2025 11:45 PM
Thank you Pratiksha.
Could you please explain specifically why Robust Import Set Transformers is recommended?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 01:00 AM
With transform maps, if you want data from the source table to go to three different target tables, you must create three separate transform maps. Each transform map parses the data separately, which results in three separate read operations. By contrast, the robust import set transformer requires only a single read operation to prepare the data for three target tables. The robust import set transformer is more efficient, especially when dealing with multiple target tables.