5 | | Hence, it needs a new setting, called `skip_by_analyze` which when set to `true` and `skip`: false, then the input files which cannot be opened will be skipped, but if the files cannot import to rasdaman, then the process must stop. |
| 5 | Hence, it needs a new setting, called `on_file_analysis_error` which when set to `true` and `skip`: false, then the input files which cannot be opened will be skipped, but if the files cannot import to rasdaman, then the process must stop. |
| 6 | |
| 7 | In summary: |
| 8 | |
| 9 | - skip: true - skips file on any error |
| 10 | - skip: false - stop import on any error |
| 11 | - skip: "on_file_analysis_error" - skip file only if file analysis fails |