General

Profile

grim7reaper (Sylvain Laperche)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

02/08/2014

05:53 AM Ruby Bug #8784: CSV - Empty fields are discarded when col_sep is a space
The bug is still present in Ruby 2.1.0
% ruby -v
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
The attached script prints:
[["2009", "2", "3", "8", "0", nil, "30.1", nil, nil]]
[["2009", "2", "3", "8"...
grim7reaper (Sylvain Laperche)

08/14/2013

11:53 AM Ruby Bug #8784 (Closed): CSV - Empty fields are discarded when col_sep is a space
When using space as column delimiter, empty fields are discarded.
With other delimiters, like comma, empty fields are correctly retrieved.
The following code reproduces the problem:
**************************************************...
grim7reaper (Sylvain Laperche)

Also available in: Atom