Benutzer-Werkzeuge

Webseiten-Werkzeuge


de:infra-convert:dev:parameter_neu

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung Beide Seiten der Revision
de:infra-convert:dev:parameter_neu [2020/01/17 09:17]
me
de:infra-convert:dev:parameter_neu [2020/01/17 09:29]
me
Zeile 20: Zeile 20:
 <code javascript>​ <code javascript>​
 "​Targets":​ [ "​Targets":​ [
 +  {
 +    "​Format":"​JSONV2",​
 +    "​LanguageCode":"​de",​
 +    "​Path":"​Export/​prüfplan.json"​
 +  },
   {   {
     "​Format":"​JSONV1",​     "​Format":"​JSONV1",​
     "​LanguageCode":"​de",​     "​LanguageCode":"​de",​
-    "​Path":"​C:/Temp/​prüfplan.json",​+    "​Path":"​Export/​prüfplan.json",​
     "​InspectionPlanVersionExportMode":​ "​Last"​     "​InspectionPlanVersionExportMode":​ "​Last"​
   },   },
   {   {
     "​Format":"​CSV",​     "​Format":"​CSV",​
-    "​Path":"​C:/Temp/CSV/​prüfplan.csv"​+    "​Path":"​Export/​prüfplan.csv"​
   },   },
   {   {
     "​Format":"​DFD",​     "​Format":"​DFD",​
-    "​Path":"​C:/Temp/​DFD/",​+    "​Path":"​Export/​DFD/",​
     "​ExportHint":​ "​MultiFileExport"​     "​ExportHint":​ "​MultiFileExport"​
   },   },
   {   {
     "​Format":"​DFD",​     "​Format":"​DFD",​
-    "​Path":"​C:/Temp/DFD/​prüfplan.dfd",​+    "​Path":"​Export/​prüfplan.dfd",​
     "​ExportHint":​ "​CombinedExport"​     "​ExportHint":​ "​CombinedExport"​
   },   },
   {   {
     "​Format":"​PDF",​     "​Format":"​PDF",​
-    "​Path":"​C:/Temp/​PDF/",​+    "​Path":"​Export/​PDF/",​
     "​ColorOption":"​MonoColorStamp"​     "​ColorOption":"​MonoColorStamp"​
   },   },
   {   {
     "​Format":"​Png",​     "​Format":"​Png",​
-    "​Path":"​C:/Temp/​Graphics/"​+    "​Path":"​Export/​Graphics/"​
   },   },
   {   {
     "​Format":"​Jpg",​     "​Format":"​Jpg",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/",​
     "​Mode":"​Drawing"​     "​Mode":"​Drawing"​
   },   },
   {   {
     "​Format":"​Bmp",​     "​Format":"​Bmp",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/",​
     "​Mode":"​Stamps"​     "​Mode":"​Stamps"​
   }   }