diff options
-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 |