[
https://issues.apache.org/jira/browse/CSV-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15124819#comment-15124819
]
Rene commented on CSV-167:
--------------------------
I do not agree with you.
I think it must be possible to get each single line either
- as the header line (#2)
- as a comment line (#1,#4-6)
- as real data (#3,#7-8).
You should not concatenate comment lines to one single result (each comment
must be treated as a single row).
It must be possible to get each single line and write a new file where the
content contains exactly the same data.
I agree that each row must be counted (header, comment, data, empty lines)
> Comment line hides next record
> ------------------------------
>
> Key: CSV-167
> URL: https://issues.apache.org/jira/browse/CSV-167
> Project: Commons CSV
> Issue Type: Bug
> Components: Parser
> Affects Versions: 1.2
> Reporter: Rene
> Attachments: CSVProcessor.java, sample1.csv
>
>
> 1. First CSV record after the comment line is not processed at all (record #2
> and #7)
> 2. Second/Third line after the first comment line are not recognized as
> comment lines (record #5 and #6)
> See attached example!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)