| @@ -38,9 +38,9 @@ | ||
| 38 | 38 | |
| 39 | 39 | $filename = $zip->getNameIndex($i); |
| 40 | 40 | |
| 41 | 41 | // TODO: we should be able to get file based on desired extension |
| 42 | - if (preg_match('/\.(xml|csv)$/', $filename) === 0 && $zip->numFiles > 1) { | |
| 42 | + if (preg_match('/\.(xml|csv|json|blm)$/', $filename) === 0 && $zip->numFiles > 1) { | |
| 43 | 43 | continue; |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | $file_found = $filename; |