diff --git a/Framework/DataHandling/src/Load.cpp b/Framework/DataHandling/src/Load.cpp
index af7c416efdcd36b1c3b9e7c6695bf62e0285b6a8..6441366335df378a1597bd9146c7894f937963da 100644
--- a/Framework/DataHandling/src/Load.cpp
+++ b/Framework/DataHandling/src/Load.cpp
@@ -291,6 +291,7 @@ void Load::init() {
   exts.emplace_back(".sqw");
   exts.emplace_back(".fits");
   exts.emplace_back(".bin");
+  exts.emplace_back(".edb");
 
   declareProperty(
       std::make_unique<MultipleFileProperty>("Filename", exts),