I would like to know how to convert a spreadsheet .ods file to a semicolon separated .csv file using the command line.
That’s what I got so fare ↓ but couldn’t find any information about how to set the delimiter.
soffice --headless --convert-to csv test.ods
unoconv -e FilterOptions=59,34,0,1,1/5/2/1/3/1/4/1 -f csv test.ods
… a comma separated csv file is nearly useless.