/**
  * Funkce vracející výchozí oddělovač...
  * @param string $filename
  * @return string
  */
 public function getCSVDelimiter($filename)
 {
     return CsvImport::getCSVDelimiter($this->getFilePath($filename));
 }