TSVInput does not cope with adjacent tabs
-----------------------------------------
Key: JENA-88
URL: https://issues.apache.org/jira/browse/JENA-88
Project: Jena
Issue Type: Bug
Components: ARQ
Reporter: Andy Seaborne
Attachments: TSVInput-multiple-blank-fields.patch
TSVInput has special code to cope with one trailing tab but there can be
several.
It does not cope with adjacent tabs internall in the input.
Solution is to use String.split( ,-1) which splits into multiple files for each
match of the regex.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira