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 | |
parent | b80d5fbb3fdb88b8a2731de0f1ca3a92b14dc8df (diff) | |
download | egawk-d352f271d0e44f8d7bbf8d430ef90156f45d3921.tar.gz egawk-d352f271d0e44f8d7bbf8d430ef90156f45d3921.tar.bz2 egawk-d352f271d0e44f8d7bbf8d430ef90156f45d3921.zip |
Add an index entry.
-rw-r--r-- | doc/gawk.info | 1 | ||||
-rw-r--r-- | doc/gawk.texi | 1 | ||||
-rw-r--r-- | doc/gawktexi.in | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 2a72120e..522ce7d1 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -34697,6 +34697,7 @@ Index * Close, Diane: Manual History. (line 34) * Close, Diane <1>: Contributors. (line 21) * Collado, Manuel: Acknowledgments. (line 60) +* Collado, Manuel <1>: More CSV. (line 6) * collating elements: Bracket Expressions. (line 90) * collating symbols: Bracket Expressions. (line 97) * Colombo, Antonio: Acknowledgments. (line 60) 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 diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 5e59e53a..6337fed9 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -7921,6 +7921,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 |