Xlsx file to csv with semicolons

Hello Boys & Girls,

we are currently trying to automate a conversion of a xlsx file to csv with semicolon separators. With the following command running in our batchfile, we are able to convert the xlsx to csv but with comma as separators.

CALL “\Program Files (x86)\LibreOffice 4\program\python.exe” “\unoconv\unoconv” -f csv “xxx\xxx\xxx.xlsx”

Our machine is a Windows 7 Ultimate HyperV client.

We know that it should be able to convert it right, but till now we are not able to find the right command-expansion to do so.

Thank you for your help in advance.

Refer the Q&A here.