Tuesday, September 16, 2025

Clean IDs in XML

Steps:-

# Open Notepad++

# Ctrl+H

# Select the following options like highlighted in the screenshot.



Find What : created="[^"]*" 
Replace with : Empty

Find What : id="[^"]*" 
Replace with : Empty

Find What : significantModified="[^"]*" 
Replace with : Empty

Find What : modified="[^"]*" 
Replace with : Empty

(or)

Find What : created="\d+" |id="[a-zA-Z0-9]+" |significantModified="\d+" |modified="\d+"

Replace with : Empty

Find What : significant

Replace with : Empty

Ref: Cleaning XMLs via Regex - IdentityIQ (IIQ) / IIQ Community Knowledge Base - SailPoint Developer Community

Access Intelligence Center

  Search Overview - SailPoint Identity Services https://documentation.sailpoint.com/saas/help/search/index.html