slavcho42 (Slavcho Ivanov)
- Login: slavcho42
- Registered on: 03/10/2017
- Last sign in: 03/10/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
03/10/2017
-
03:12 PM Ruby Bug #8784: CSV - Empty fields are discarded when col_sep is a space
- The problem is in the String::split function.
It turns out it is a feature, not a bug: http://ruby-doc.org/core-2.4.0/String.html#method-i-split .
"If pattern is a single space, str is split on whitespace, with leading whitespace and r...