source/text/shared/guide/csv_params.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a82dd1e5fd73e2cfa8331f79f69fd8761720b9e
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Mon Feb 20 19:45:16 2023 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Mon Feb 20 18:46:43 2023 +0000

    Correct --convert-to example, OutputFileExtension is mandatory
    
    Change-Id: Ibcb0ac148c60e53cf539529b911a4b47c0dc4202
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147346
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/source/text/shared/guide/csv_params.xhp 
b/source/text/shared/guide/csv_params.xhp
index c9f2c9cf92..9deb1252d0 100644
--- a/source/text/shared/guide/csv_params.xhp
+++ b/source/text/shared/guide/csv_params.xhp
@@ -31,7 +31,7 @@
     <paragraph role="paragraph" id="par_id431634743318433">Import from UTF-8, 
Language German, Comma separated, Text delimiter ", Quoted field as text. CSV 
file has columns formatted as date, number, number, number:</paragraph>
     <paragraph role="paragraph" localize="false" 
id="par_id331634746049789"><literal>soffice --infilter="Text - txt - csv 
(StarCalc):44,34,76,1,1/5/2/1/3/1/4/1,1031,true,true" 
test.csv</literal></paragraph>
     <paragraph role="paragraph" id="par_id281634743298078">Export to 
Windows-1252, Field delimiter : comma, Text delimiter : quote, Save cell 
contents as shown:</paragraph>
-    <paragraph role="paragraph" localize="false" 
id="par_id411634746578360"><literal>soffice --convert-to "Text - txt - csv 
(StarCalc):44,34,ANSI,1,,0,false,true,true" --outdir=/home/user 
test.ods</literal></paragraph>
+    <paragraph role="paragraph" localize="false" 
id="par_id411634746578360"><literal>soffice --convert-to "csv:Text - txt - csv 
(StarCalc):44,34,ANSI,1,,0,false,true,true" --outdir=/home/user 
test.ods</literal></paragraph>
     <table id="tab_id391634735255956">
         <tablerow>
             <tablecell>

Reply via email to