From 4be597da538b8cdb54f1f12fedfd940a1fa9c60e Mon Sep 17 00:00:00 2001 From: Andreas Heinisch Date: Wed, 15 Mar 2023 09:55:41 +0000 Subject: tdf#82254 - Add UTF-8 BOM (Token 14) to CSV filter parameters Change-Id: I085e66ca6b46955110a4eaab7118c4a376f16b40 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148871 Tested-by: Jenkins Reviewed-by: Andreas Heinisch --- source/text/shared/guide/csv_params.xhp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'source') diff --git a/source/text/shared/guide/csv_params.xhp b/source/text/shared/guide/csv_params.xhp index 9deb1252d0..a6bcf26e46 100644 --- a/source/text/shared/guide/csv_params.xhp +++ b/source/text/shared/guide/csv_params.xhp @@ -208,6 +208,17 @@ String, either false or true. Default value: false. Determines whether formula expressions starting with a = equal sign character are to be evaluated as formulas or imported as textual data. If true evaluate formulas on input. If false formulas are input as text. If omitted (not present at all), the default value is true to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than true) the default value is false. + + + 14 + + + Include a byte-order-mark (BOM) + + + String, either false or true. Default value: false. If true include a byte-order-mark (BOM) in the export. If false the export does not include a BOM. If omitted (not present at all), the default value is false to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than true) the default value is false. Automatically detected during the import. + +

Special case of CSV files with separator defined in the first line

-- cgit