[
https://issues.apache.org/jira/browse/ANY23-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502628#comment-13502628
]
Hudson commented on ANY23-116:
------------------------------
Integrated in Any23-trunk #390 (See
[https://builds.apache.org/job/Any23-trunk/390/])
ANY23-116 Empty values are skipped when reading tab separated CSV.
(Revision 1412222)
Result = ABORTED
lewismc :
Files :
*
/any23/trunk/core/src/main/java/org/apache/any23/extractor/csv/CSVExtractor.java
*
/any23/trunk/core/src/test/java/org/apache/any23/extractor/csv/CSVExtractorTest.java
*
/any23/trunk/test-resources/src/test/resources/org/apache/any23/extractor/csv/test-missing.csv
> Empty values are skipped when reading tab separated CSV.
> --------------------------------------------------------
>
> Key: ANY23-116
> URL: https://issues.apache.org/jira/browse/ANY23-116
> Project: Apache Any23
> Issue Type: Bug
> Components: core
> Affects Versions: 0.7.0
> Environment: Linux
> Reporter: Kai Eckert
> Labels: CSV
> Fix For: 0.7.1
>
> Attachments: ANY23-116.patch, any23-fix-csv.diff, test-missing.csv
>
>
> I have a tab separated CSV file without text delimiters, like this:
> val1\tval2\tval3
> When values are missing, this looks like this:
> val1\t\tval3
> The missing val2 is skipped and instead, val3 ist added to the RDF as value
> for property2.
> EDIT: The same is true for a comma separated file with string delimiters, like
> "val1",,"val3"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira