ESS_Bibliography_backend/import_scholar.php

22 lines
569 B
PHP
Raw Normal View History

<h1>Data import wizard</h1>
2023-01-24 19:00:39 +01:00
<br><br>
DID YOU DO PRE-FLIGHT CHECK?<br><br>
2023-01-24 19:00:39 +01:00
<?php
include_once('settings.php');
$import = new _import();
// reads parses the citation and adds biblio
//$import->readTXT($site_path .'imports/2022/0-2022.txt', "A");
2023-01-24 19:00:39 +01:00
// linkTXT only links items, topics, etc. to existing db.
// it's working on id_manual
//$import->linkTXT($site_path .'imports/2022/2021-items.txt', "B");
$import->linkTXT($site_path .'imports/2022/2021-itemsC.txt', "C");
2023-01-24 19:00:39 +01:00
// BrinaMeta
//$import->linkScholar($site_path .'imports/2022/0-2021-scholar_updates.txt');
2023-01-24 19:00:39 +01:00
?>