How to open .ELN files on iOS
To open .ELN files on iOS, iOS typically won’t have specialized ELN importers available by default; if Files can’t preview it, transfer the .eln to a desktop and import it there, or unzip it with an archive-capable app and look for ro-crate-metadata.json.
Step-by-step instructions
- iOS typically won’t have specialized ELN importers available by default; if Files can’t preview it, transfer the .eln to a desktop and import it there, or unzip it with an archive-capable app and look for ro-crate-metadata.json.
Common issues
It won’t open because the app doesn’t recognize .eln
Some archive tools and file managers key off the filename extension and may not treat .eln as a ZIP, even though it is ZIP-based.
- Try opening it with a ZIP utility that can open files regardless of extension.
- Rename a copy of the file from .eln to .zip and try extracting again (keep the original unchanged).
- If you need semantic import (not just extraction), use an ELN/RO-Crate-aware tool’s Import feature instead of unzipping.
Import fails or the package looks incomplete after extraction
A valid ELN package should include RO-Crate metadata (typically ro-crate-metadata.json). If it’s missing or the ZIP is corrupted/incomplete, importers may fail.
- Extract the archive and check whether ro-crate-metadata.json is present at the expected location in the extracted content.
- Re-download or re-export the .eln file from the source ELN system to avoid partial/corrupted transfers.
- Try extracting with a different ZIP tool to rule out extraction issues.
Files extract but you don’t know how to interpret the structure
An .eln file is meant to be processed as a RO-Crate; manual extraction shows files, but you may miss relationships and metadata without reading the crate metadata.
- Open ro-crate-metadata.json to see what the package contains and how items relate.
- Treat the extracted folder as a RO-Crate and process it using RO-Crate/ELN tooling rather than relying on filenames alone.
Security note
.eln files are ZIP archives and can contain any kind of file payload; before extracting, consider whether you trust the source, because archives can include executables or unexpected file types.