diff options
author | Eike Rathke <erack@redhat.com> | 2012-04-03 18:57:55 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-04-03 18:57:55 +0200 |
commit | ec86456e7fd85c1a7685eecf1fefeac09f6ab7ab (patch) | |
tree | 1de0ab8a1d13d12361f90e3546b7e8cbb8b11ba0 /helpcontent2 | |
parent | 879ce369d7f292c50886019a5a8573c316dc8cd5 (diff) |
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.
Diffstat (limited to 'helpcontent2')
-rw-r--r-- | helpcontent2/source/text/scalc/guide/csv_formula.xhp | 3 |
1 files changed, 1 insertions, 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 @@ </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3152869" role="listitem" l10n="U" oldref="23">From the <emph>Export of text files</emph> dialog that appears, select the character set and the field and text delimiters for the data to be exported, and confirm with <emph>OK</emph>.</paragraph> - <paragraph xml-lang="en-US" id="par_id3146781" role="warning" l10n="U" oldref="12">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.<comment>not possible to have a table here because that would break the numbering in XML.</comment></paragraph> </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3150050" role="listitem" l10n="U" oldref="14">If necessary, after you have saved, clear the <emph>Formulas</emph> check box to see the calculated results in the table again.</paragraph> @@ -96,4 +95,4 @@ <paragraph xml-lang="en-US" id="par_id3155595" role="paragraph" l10n="U" oldref="22"><link href="text/shared/00/00000208.xhp" name="Import text files">Import text files</link></paragraph> </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |