/usr/bin/soffice --headless –display :0 --convert-to xlsx /MRP_Systems/ /John.csv –outdir /MRP_Systems/
i am using the above syntax at command level, but i keep getting
Warning: :0 is deprecated. Use -:0 instead.
Warning: /MRP_Systems/ is deprecated. Use -/MRP_Systems/ instead.
the file convers 100%, but how do i either get rid of these deprecation errors or simply surpress the output
thank you
John