[ 
https://issues.apache.org/jira/browse/CSV-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14523709#comment-14523709
 ] 

Forrai KrisztiƔn commented on CSV-151:
--------------------------------------

You are right about memory usage, It did not occur to me ...
Well, maybe there is an easier way; when the CSVRecord is instantiated, it gets 
a long value named 'characterReference'.

Am I right in assuming, that if I get a reference to the underlying Reader of 
the CSVParser, and the 'characterReference' value, I can get the raw data of 
the line from the CSV file, from which the CSVRecord was created from?

> CSVRecord - method to retrieve original data
> --------------------------------------------
>
>                 Key: CSV-151
>                 URL: https://issues.apache.org/jira/browse/CSV-151
>             Project: Commons CSV
>          Issue Type: New Feature
>            Reporter: Forrai KrisztiƔn
>
> It would be nice to have a simple getRawData() method on CSVRecord - this way 
> the original line from which it was created could easily be queried (or at 
> least the getter of the values field could be public - or at least could 
> return a copy of the original values).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to