From 6fd6a67f1b06e758116d1d7a1d2caf9312de0a9e Mon Sep 17 00:00:00 2001 From: gary Date: Sat, 21 Jan 2023 10:39:26 +1000 Subject: [PATCH] document use of decimal config option for CSV imports --- docs/utilities.htm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/utilities.htm b/docs/utilities.htm index 0209598e..c6d54e67 100644 --- a/docs/utilities.htm +++ b/docs/utilities.htm @@ -1508,7 +1508,14 @@ summaries using the wee_database utility.

delimiter

-

The one character string used to separate fields. Default is , (comma).

+

The character used to separate fields. Default is , (comma).

+ +

decimal

+ +

The character used as the decimal point in the source files. A full stop is frequently used but + it may be another character. This parameter must be included in quotation marks. Default + is '.'. +

interval