doni (Doni Leong)
- Login: doni
- Email: doni.leong@gmail.com
- Registered on: 12/22/2015
- Last sign in: 01/04/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/24/2015
-
02:23 AM Ruby Feature #11865: CSV: keep original line when parsing
- Here is the pull request for this, https://github.com/ruby/ruby/pull/1170
12/23/2015
-
05:12 AM Ruby Feature #11865 (Closed): CSV: keep original line when parsing
- Just like the attribute @lineno in CSV, the CSV parser should keep the last original line when parsing a csv file.
Here is the reason that I want it, I am making a software to parse CSV which user uploaded, and verify the data in the ...