DATA LIST: Do not treat the comma as a field separator if DECIMAL=COMMA
[pspp] / doc / data-io.texi
index e1eeff09a37d1876eacc2fb4c269f84a0f21d617..cd0fc6386bae2ea99fecfbd8a40c2c5c1451435a 100644 (file)
@@ -484,7 +484,10 @@ where each @var{var_spec} takes one of the forms
 @end display
 
 In free format, the input data is, by default, structured as a series
-of fields separated by spaces, tabs, commas, or line breaks.  Each
+of fields separated by spaces, tabs, or line breaks.
+If the current @subcmd{DECIMAL} separator is @subcmd{DOT} (@pxref{SET}),
+then commas are also treated as field separators.
+Each
 field's content may be unquoted, or it may be quoted with a pairs of
 apostrophes (@samp{'}) or double quotes (@samp{"}).  Unquoted white
 space separates fields but is not part of any field.  Any mix of