public function loadTables()
 {
     $result = CsviHelper::getCustomTables();
     array_unshift($result, JText::_('COM_CSVI_SELECT_TABLE_FOR_EXPORT'));
     echo json_encode($result);
 }