The option to upload a .txt, .csv, .xls, .xlsx files containing Antivirus exclusions has been added.
The import option is available for all three exclusion tabs: Exclusion List, Real Time Exclusion List, Global Quarantine List.
CSV file should have a specific format:
exclusion,type
exclusion - is the filename or filepath e.g.: "C:\test.txt", "test.exe"
type - may be FileName, FilePath, Directory, or Pattern
When adding/editing the file in Excel, the exclusion and type should be added on different columns. Each exclusion should be added on a different row.
When adding or editing the exclusion file with Notepad/Notepad ++/etc, no spaces should be added between the exclusion and type. Each exclusion should be added on a different row.
Example:
test.exe,FileName
C:\Directory
C:\files\test.exe,FilePath