Knowledge Base

Bitte , um Beiträge und Themen zu erstellen.

XML-File edit with Notepad++

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>