We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4056ea5 commit dad81e2Copy full SHA for dad81e2
environment/codecs/CSV.red
@@ -209,7 +209,7 @@ context [
209
delimiter [char! string!] "Delimiter to use (default is comma)"
210
/header "Treat first line as header; implies /as-columns if /as-records is not used"
211
/as-columns "Returns named columns; default names if /header is not used"
212
- /as-records "Returns records instead of rows; implies /header"
+ /as-records "Returns records instead of rows; default names if /header is not used"
213
/flat "Returns a flat block; you need to know the number of fields"
214
/trim "Ignore spaces between quotes and delimiter"
215
/quote
0 commit comments