Hi,
i working a long time on this problem, without any result.
Input-Table (csv):
“a”;“b”;“c”;“d”
“1”;“2”;“3”;“4”
Command (Ubuntu 16.04, LO 6.2.8.2 build2)
libreoffice --calc --headless --convert-to DBF --infilter=“csv:59,34,0,0,1/2/2/2/3/2/4/2,0,true,false,false” test.csv
Output:
convert /root/test.csv → /root/test.DBF using filter : dBase
Error: Please verify input parameters… (SfxBaseModel::impl_store <file:///root/test.DBF> failed: 0x20d(Error Area:Io Class:General Code:13))
I was testing some different commands with other setting eq. Charset. But nothings helped.
Windows 10:
“C:\Program Files\LibreOffice\program\scalc.exe” --headless --convert-to DBF --infilter=“csv:59,34,0,0,1/1/2/1/3/1/4/1,0,true,false,false” G:\test.csv --outdir G:\
Output: test.dbf - perfect!
Does anyone have an idea?
Andreas