diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -85142,7 +85142,14 @@ followed by a comma. The .code get-csv -function does not recognize or diagnose any errors; it extracts the +function reads characters from the source stream as if using the +.code get-char +function. +If at least one character from the input source, a record shall be returned. +If no characters can be read due to end-of-file, it returns +.codn nil . + +The function does not recognize or diagnose any errors; it extracts the maximal prefix of the input source which constitutes a valid CSV record. Characters not belonging to the CSV record remain in the stream. Multiple calls to |