How to pass delimiter in unoconv command (.XLS to .CSV Convertion)
by satyarankireddy from LinuxQuestions.org on (#4QKP7)
Hello,
I have tried below command to convert from .xls to .csv it was converted successfully. Now the issue was the delimiter. How to pass delimiter as semicolon ";" on below command while file is converting from .xls to .csv?
unoconv --f csv -i utf-8 Monthly_finance_report.xls
2. Is there any option to tell the code to start the data from 6 line onwards in above command?
Thanks,
RR


I have tried below command to convert from .xls to .csv it was converted successfully. Now the issue was the delimiter. How to pass delimiter as semicolon ";" on below command while file is converting from .xls to .csv?
unoconv --f csv -i utf-8 Monthly_finance_report.xls
2. Is there any option to tell the code to start the data from 6 line onwards in above command?
Thanks,
RR