UWVA#62198 aanpassen bestandsnaam en extentie cpua bestand > XLSX bestand exporteren

svn path=/Website/branches/v2020.2/; revision=48564
This commit is contained in:
Alex Tiehuis
2020-10-22 13:50:23 +00:00
parent af13c40766
commit 8f5a08c9de

View File

@@ -1 +1 @@
FOR %%i IN (%1) DO CALL csv2xlsx_386 --infile %%~di%%~pi%%~ni.csv --outfile %%~di%%~pi%%~ni.xlsx --colsep ";" --overwrite --encoding "WINDOWS1252"
FOR %%i IN (%1) DO CALL %%~dp0csv2xlsx_386 --infile %%~di%%~pi%%~ni.txt --outfile %%~di%%~pi%%~ni.xlsx --colsep ";" --overwrite --encoding "WINDOWS1252"