Skip to content

Commit

Permalink
indikator in 5520 entfernt ubtue/DatenProbleme#2091
Browse files Browse the repository at this point in the history
  • Loading branch information
socheres committed Mar 27, 2024
1 parent 22120b3 commit b26a5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubtue_pica3.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"inRepository": true,
"translatorType": 2,
"browserSupport": "gcs",
"lastUpdated": "2024-01-04 11:45:00"
"lastUpdated": "2024-03-27 17:07:00"
}

// Zotero Export Translator in Pica3 Format für das Einzeln- und Mulitiupload in WinIBW
Expand Down Expand Up @@ -929,7 +929,7 @@ function performExport() {
//Schlagwörter aus einem Thesaurus (Fremddaten) --> 5520 (oder alternativ siehe Mapping)

for (i=0; i<item.tags.length; i++) {
addLine(currentItemId, "\\n5520", "|s|" + ZU.unescapeHTML(item.tags[i].tag.replace(/\s?--\s?/g, '; ')));
addLine(currentItemId, "\\n5520", " " + ZU.unescapeHTML(item.tags[i].tag.replace(/\s?--\s?/g, '; ')));
}
//notes > IxTheo-Notation K10plus: 6700 wird hochgezählt und nicht wiederholt, inkrementell ab z.B. 6800, 6801, 6802 etc.
if (item.notes) {
Expand Down

0 comments on commit b26a5f3

Please sign in to comment.