How to open .DII files on Linux
To open .DII files on Linux, linux typically does not have common native desktop apps for Summation DII workflows; the usual approach is to transfer the full production set to a supported desktop environment or eDiscovery platform that can import Summation load files.
Step-by-step instructions
- Linux typically does not have common native desktop apps for Summation DII workflows; the usual approach is to transfer the full production set to a supported desktop environment or eDiscovery platform that can import Summation load files.
- If you only need to read the text, open the .DII in a text editor to review records and referenced image paths.
Recommended software
- VS Code
- Notepad++/TextEdit
- jq (CLI)
Alternative methods
- Open .DII in a browser-based viewer if desktop apps fail.
- Try opening .DII on Linux with a secondary app to rule out app-specific issues.
- Convert .DII only with trusted tools when direct opening is not possible.
Common issues
Double-clicking opens in the wrong program (or not at all)
A .DII is usually meant to be imported by litigation support/eDiscovery software, so the OS may not know what app to use.
- Open your litigation support/eDiscovery application and use its load/import workflow for Summation (DII) load files.
- If you only need to inspect it, open it in a text editor to confirm it contains load records and not binary data.
Import fails because referenced images/files are missing
DII commonly references external image/document files; if you only received the .DII, the import cannot resolve those links.
- Ask for the complete production package (the image files and any accompanying load/production artifacts) in the original folder structure.
- Verify that referenced file paths/filenames in the .DII match what is present on disk before importing.
Records import but fields look misaligned or incorrect
Load formats rely on specific tag/record structures; if the expected structure differs, fields can map incorrectly.
- Confirm the receiving tool is set to interpret the file as a Summation load file (DII) format during import.
- Open the .DII in a text editor and check whether the tagged structure matches the expected Summation DII specification used by your workflow.
Security note
Treat .DII as untrusted input when it comes from outside your organization: it can contain file paths and references that may cause an import tool to attempt to open unexpected external files.