From: doni.leong@... Date: 2015-12-23T05:12:32+00:00 Subject: [ruby-core:72452] [Ruby trunk - Feature #11865] [Open] CSV: keep original line when parsing Issue #11865 has been reported by Doni Leong. ---------------------------------------- Feature #11865: CSV: keep original line when parsing https://bugs.ruby-lang.org/issues/11865 * Author: Doni Leong * Status: Open * Priority: Normal * Assignee: ---------------------------------------- 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: