• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/util/csvreader.php
  • Класс: BitrixSaleLocationUtilCSVReader
  • Вызов: CSVReader::LoadFile
public function LoadFile($filename, $firstHeader = true)
{
	parent::LoadFile($filename);

	$this->SetFieldsType("R");
	if($firstHeader)
		$this->SetFirstHeader();
	$this->SetDelimiter(";");
}