diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-13 09:44:18 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-13 09:44:18 +0300 |
commit | d352f271d0e44f8d7bbf8d430ef90156f45d3921 (patch) | |
tree | 32aa749b87fd02eef192d388906038f17ccd0390 /doc/gawk.texi | |
parent | b80d5fbb3fdb88b8a2731de0f1ca3a92b14dc8df (diff) | |
download | egawk-d352f271d0e44f8d7bbf8d430ef90156f45d3921.tar.gz egawk-d352f271d0e44f8d7bbf8d430ef90156f45d3921.tar.bz2 egawk-d352f271d0e44f8d7bbf8d430ef90156f45d3921.zip |
Add an index entry.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 1 |
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 |