Forum-Breadcrumbs - Du bist hier:Knowledge BaseSecurity - Don't let perfect the enemy of good: Sophos Firewall [XG/XGS, Cyberoam]XML-File edit with Notepad++
Bitte Anmelden, um Beiträge und Themen zu erstellen.
XML-File edit with Notepad++
#1 · 26. Februar 2021, 21:32
Zitat von mpca am 26. Februar 2021, 21:32 Uhrcommunity.sophos.com/xg-firewall/f/recom...epad-for-mass-import
Pressing STRG+F in notepad++ will open the search / replace mode.
It's important to select the regular expression.
You will look for: ^(.+)$ <--- This will actually find each entry in each row.
And we are going to replace it with:
example
<FQDNHost transactionid="">
<Name>(\1)</Name>
<FQDN>(\1)</FQDN>
</FQDNHost>
community.sophos.com/xg-firewall/f/recom...epad-for-mass-import
Pressing STRG+F in notepad++ will open the search / replace mode.
It's important to select the regular expression.
You will look for: ^(.+)$ <--- This will actually find each entry in each row.
And we are going to replace it with:
example
<FQDNHost transactionid="">
<Name>(\1)</Name>
<FQDN>(\1)</FQDN>
</FQDNHost>