Abfrage der SIVAS Datenbank für eine spezifische Id implementiert

This commit is contained in:
2023-09-26 16:12:00 +02:00
parent d19fbf01df
commit 923710f1da
4 changed files with 714 additions and 3 deletions
+1
View File
@@ -11,5 +11,6 @@ set PATH=%CREMIG%\bin;%PATH%
REM set RD_DATABASE_SOURCE=\\ssg.local\freigaben\Abteilungen\Entwicklung\PLM\Bestandspool.xlsx
set RD_DATABASE_SOURCE=Z:\Entwicklung\PLM\Bestandspool.csv
set SIVAS_DATABASE_QUERY=Y:\jit\programme\Sivas2json.exe
REM PYTHON_INCLUDE_DIR
REM PYTHON_LIBRARY
+5 -3
View File
@@ -1,5 +1,7 @@
call cremig_setenv.bat
@echo off
set /p id=Enter Sivas ID:
python %CREMIG_LIB%\update_database.py --sivas=%id%
pause
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
REM pause