[jira] [Commented] (CSV-196) Store the information of raw data read by lexer

2017-09-19 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16172439#comment-16172439 ] Matt Sun commented on CSV-196: -- https://github.com/apache/commons-csv/pull/22 > Store the information of raw

[jira] [Commented] (CSV-196) Store the information of raw data read by lexer

2017-09-06 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156340#comment-16156340 ] Matt Sun commented on CSV-196: -- This is exactly what I'm proposing. We should track both, with the byte

[jira] [Comment Edited] (CSV-196) Store the information of raw data read by lexer

2017-09-06 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156165#comment-16156165 ] Matt Sun edited comment on CSV-196 at 9/6/17 10:58 PM: --- I'm reopening this issue

[jira] [Reopened] (CSV-196) Store the information of raw data read by lexer

2017-09-06 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sun reopened CSV-196: -- I'm reopening this issue because I found that getCharacterPosition doesn't serve the position when the characters are

[jira] [Closed] (CSV-196) Store the information of raw data read by lexer

2017-04-09 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sun closed CSV-196. Resolution: Not A Bug Fix Version/s: (was: Patch Needed) > Store the information of raw data read by lexer

[jira] [Commented] (CSV-196) Store the information of raw data read by lexer

2017-04-09 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962321#comment-15962321 ] Matt Sun commented on CSV-196: -- I found that the offset in CSVRecord can fit our need in some way. So there is

[jira] [Commented] (CSV-196) Store the information of raw data read by lexer

2017-02-14 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866217#comment-15866217 ] Matt Sun commented on CSV-196: -- [~britter] I want to clarify that I never asked to have CSVParser store the

[jira] [Updated] (CSV-196) Store the information of raw data read by lexer

2017-02-13 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sun updated CSV-196: - Labels: patch (was: easyfix features patch) > Store the information of raw data read by lexer >

[jira] [Commented] (CSV-196) Store the information of raw data read by lexer

2017-02-13 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15864138#comment-15864138 ] Matt Sun commented on CSV-196: -- I just changed the title because I realized that the problem is more

[jira] [Updated] (CSV-196) Store the information of raw data read by lexer

2017-02-13 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sun updated CSV-196: - Summary: Store the information of raw data read by lexer (was: Store the info of whether a field is enclosed by

[jira] [Comment Edited] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-10-11 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15566230#comment-15566230 ] Matt Sun edited comment on CSV-196 at 10/11/16 6:40 PM: Add to what I just said, the

[jira] [Commented] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-10-11 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15566230#comment-15566230 ] Matt Sun commented on CSV-196: -- Add to what I just said, the CSV parser also takes care of spaces (if any). So

[jira] [Commented] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-10-11 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15566209#comment-15566209 ] Matt Sun commented on CSV-196: -- You're right, parser reads characters. But as downstream users, they can count

[jira] [Commented] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-10-07 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1534#comment-1534 ] Matt Sun commented on CSV-196: -- yes, pretty much. The bytes read from the source file, including encapsulators,

[jira] [Commented] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-09-24 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519443#comment-15519443 ] Matt Sun commented on CSV-196: -- Sure, I can do. Which version should the patch based on? > Store the info of

[jira] [Updated] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-09-22 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sun updated CSV-196: - Description: It will be good to have CSVParser class to store the info of whether a field was enclosed by quotes in

[jira] [Updated] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-09-22 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sun updated CSV-196: - Priority: Major (was: Minor) > Store the info of whether a field is enclosed by quotes >

[jira] [Created] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-09-22 Thread Matt Sun (JIRA)
Matt Sun created CSV-196: Summary: Store the info of whether a field is enclosed by quotes Key: CSV-196 URL: https://issues.apache.org/jira/browse/CSV-196 Project: Commons CSV Issue Type: