onGetRawData(file: File) {
    this.selectedFile = file;
    this.action = "Raw"
    this.getRawData(file.filename);
  };