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 767c259 commit f8231a9Copy full SHA for f8231a9
src/fread.c
@@ -52,7 +52,7 @@ enum quoteRule
52
// For example: <<...,"hello "world"",...>>
53
QUOTE_RULE_HYBRID,
54
55
- // Fields are not quoted at all.Any quote characters appearing anywhere
+ // Fields are not quoted at all. Any quote characters appearing anywhere
56
// inside the field will be treated as any other regular characters.
57
// Example: <<...,hello "world",...>>
58
QUOTE_RULE_IGNORE_QUOTES,
0 commit comments