XML RECORD NUM TAG REPLACEMENT

Опубликовано: 16 Июнь 2026
на канале: Eddy Sam
290
2

Task: How to Replace Record Num Tag in an XML file to a Specific Name Tag

Create Record in Excel - this is not necessary if you already have you xml file!
Save as CSV Comma Delimiter
Use CSV to XML converted. The one used for the purpose of this video is no longer available.There are many CSV to xml converter online if u you need one.
Open the converted xml with Notepad++
Hit Control H: For find and replace
Find what: record num="\d+"
Replace with: Your desire tag name
Search Mode: Regular expression
Wrap around: checked

Close the tags with the new tag

Hope you will find it useful. It took me days and research to get this done when I had a task to complete.

Cheers