aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 94ee6144..1a886b9a 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -8324,6 +8324,7 @@ available for splitting regular strings (@pxref{String Functions}).
@node More CSV
@subsection More on CSV Files
+@cindex Collado, Manuel
Manuel Collado notes that in addition to commas, a CSV field can also
contains quotes, that have to be escaped by doubling them. The previously
described regexps fail to accept quoted fields with both commas and