Commit d42ff16
fread: consider quoted
* fread: consider quoted na.strings in text columns
Previously, Field() only called end_NA_string() for non-quoted fields,
making it impossible to set na.strings='""' and parse empty quoted
strings as missing.
Fixes: #6974
* NEWS item
---------
Co-authored-by: Michael Chirico <chiricom@google.com>na.strings in text columns (#7068)1 parent b88ffa6 commit d42ff16
3 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21276 | 21276 | | |
21277 | 21277 | | |
21278 | 21278 | | |
| 21279 | + | |
| 21280 | + | |
| 21281 | + | |
| 21282 | + | |
| 21283 | + | |
| 21284 | + | |
| 21285 | + | |
| 21286 | + | |
| 21287 | + | |
| 21288 | + | |
| 21289 | + | |
| 21290 | + | |
| 21291 | + | |
| 21292 | + | |
| 21293 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| 518 | + | |
| 519 | + | |
518 | 520 | | |
519 | 521 | | |
520 | 522 | | |
| |||
573 | 575 | | |
574 | 576 | | |
575 | 577 | | |
| 578 | + | |
| 579 | + | |
576 | 580 | | |
577 | 581 | | |
578 | 582 | | |
| |||
0 commit comments