Service Graph - SCCM - Robust Transform
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 08:32 AM
Hi
Need help in parsing data and updating the asset tag
Example
If the first 3 Characters of the Computer Name does not start with 'ABC 'take the last 8 characters of the Computer name and update the Asset Tag column.
Can anyone suggest how is this done in the Robust transform Map
Labels:
- Labels:
-
Service Graph
-
Service Graph Connector
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 09:00 AM
Check with your SQL SME if they can help you to customize your SQL query used by Computer Identity data source. They probably would put IF in the SELECT statement to retrieve value accordingly.
Reference: https://stackoverflow.com/questions/13526592/using-if-else-in-sql-select-statement
Regards,
Sharad