Robust Transform map

runda
Tera Contributor

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

3 REPLIES 3

scott barnard1
Kilo Sage

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

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

Vritika
Tera Contributor

Hi,

Did you find the solution for this? I have same requirement and cannot figure out how to use robust maps