From: hsbt@... Date: 2017-05-10T11:38:12+00:00 Subject: [ruby-core:81090] [Ruby trunk Feature#11865][Assigned] CSV: keep original line when parsing Issue #11865 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Open to Assigned Assignee set to hsbt (Hiroshi SHIBATA) ---------------------------------------- Feature #11865: CSV: keep original line when parsing https://bugs.ruby-lang.org/issues/11865#change-64739 * Author: doni (Doni Leong) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: ---------------------------------------- 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 csv file is valid or not, the software need show the user original line and tell the user that there is some problem with the csv file which the user uploaded. Also it's better if the CSV parser capable of keeping all positions of row string for each columns. Is it possible to add the feature into CSV parser? or is it Ok that add the feature with an option to enable it? -- https://bugs.ruby-lang.org/ Unsubscribe: