Bug 160970 - Problem in command line file conversion with special character
Summary: Problem in command line file conversion with special character
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.6.6.3 release
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Commandline
  Show dependency treegraph
 
Reported: 2024-05-07 08:02 UTC by joerg.goerner
Modified: 2024-05-09 12:19 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Address list as sample (8.62 KB, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
2024-05-07 08:06 UTC, joerg.goerner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description joerg.goerner 2024-05-07 08:02:05 UTC
Description:
I use the file conversion methode in the command line like this:
"C:\Program Files\LibreOffice\program\scalc.exe" --convert-to dbf Testlist.xlsx

If a cell contains a string with the czech character 'š' (ASCII 154) conversion ends before this row. I have also tried it with different character sets.

Steps to Reproduce:
1. Creating a simple address list in excel, like this:
   PLZ	ORT	STRASSE
   14169	Berlin	Teltower Damm 1
   140 00	Praha	Antala Staška 2
   42781	Haan	Schallbruch 3
2. Save the Excel file
3. Try to convert the excel-file by command line

Actual Results:
The dbf-file will end with after first line of data 

Expected Results:
the complete address list with all records


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.6.3 (X86_64) / LibreOffice Community
Build ID: d97b2716a9a4a2ce1391dee1765565ea469b0ae7
CPU threads: 12; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: CL threaded
Comment 1 joerg.goerner 2024-05-07 08:06:19 UTC
Created attachment 194012 [details]
Address list as sample