From ec86456e7fd85c1a7685eecf1fefeac09f6ab7ab Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 3 Apr 2012 18:57:55 +0200 Subject: removed crap about separators and delimiters The advice to not use comma as separator if numbers contain comma as decimal or group separator, or not to use double quotation mark as delimiter if text contains double quotation marks is utter nonsense. The export handles this fine according to RFC 4180. --- helpcontent2/source/text/scalc/guide/csv_formula.xhp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helpcontent2/source/text/scalc/guide/csv_formula.xhp b/helpcontent2/source/text/scalc/guide/csv_formula.xhp index 6c044c60b7..926d86f67c 100644 --- a/helpcontent2/source/text/scalc/guide/csv_formula.xhp +++ b/helpcontent2/source/text/scalc/guide/csv_formula.xhp @@ -83,7 +83,6 @@ From the Export of text files dialog that appears, select the character set and the field and text delimiters for the data to be exported, and confirm with OK. - If the numbers use commas as decimal separators or thousands separators, do not select the comma as the field delimiter. If the text contains double quotation marks, you must select the single quotation mark as separator.not possible to have a table here because that would break the numbering in XML. If necessary, after you have saved, clear the Formulas check box to see the calculated results in the table again. @@ -96,4 +95,4 @@ Import text files - \ No newline at end of file + -- cgit