Robust Transform map
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 03:04 AM
Hi All,
We have done integration with intune application and now we need to find logic to populate these fields on the cmdb table
There is a robust transform map created by this integration .
Can someone help how can we enhace the robust transform map to autopopulate the fields
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 03:32 AM
Hi Runda
Usually I would expect a robust transform map(RBTM) to be based around a data source. In the RBTM there will be the import or source table and then an intermediate table. You will see all of the data mapped from the source to the intermediate table. Then you will need a series of output or destination tables. These would be the cmdb_ci class tables if you are importing cmdb_ci's. This is where you map the fields. You will need a specific mapping for each value to each destination table and field.
The big advantage of a RBTM is that you read once then transform to a number of tables. Without the RTBM you would create multiple transform maps with exclusive conditions that run sequentially. This is terribly wasteful on reads
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 08:09 AM
But how to use this robust import set from the integrated intune application do we need to make changes in the ETL and payload too
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 04:00 AM
Hi,
Did you find the solution for this? I have same requirement and cannot figure out how to use robust maps