Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temp: pseudoalgorithmus #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions da_fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ echo -e "Bitte warten. Datensätze werden heruntergeladen."
if [[ -s records.xml ]]
then
echo -e "Download erfolgreich.";
# catmandu erstellt csv datei mit feldern
# l: List (001, 773) <- einlesen der csv
# for (001,773) in l:
# xmlÜberordnung <- callApi 773
# catmandu extrahiert Feld 980, falls vorhanden
# if 980 existiert:
# füge information 980 für 001 in records.xml ein
else
echo -e "Download fehlgeschlagen, Programm bricht ab.";
exit 1
Expand Down