You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2011/08/07 21:28:27 UTC

[jira] [Created] (JENA-88) TSVInput does not cope with adjacent tabs

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

        

[jira] [Updated] (JENA-88) TSVInput does not cope with adjacent tabs

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne updated JENA-88:
------------------------------

    Attachment: TSVInput-multiple-blank-fields.patch

> 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

        

[jira] [Resolved] (JENA-88) TSVInput does not cope with adjacent tabs

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-88.
-------------------------------

    Resolution: Fixed

> 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
>            Assignee: 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

        

[jira] [Assigned] (JENA-88) TSVInput does not cope with adjacent tabs

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne reassigned JENA-88:
---------------------------------

    Assignee: Andy Seaborne

> 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
>            Assignee: 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

        

[jira] [Closed] (JENA-88) TSVInput does not cope with adjacent tabs

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne closed JENA-88.
-----------------------------


> 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
>            Assignee: 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