You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vivian Summers (JIRA)" <ji...@apache.org> on 2014/06/11 03:07:02 UTC

[jira] [Created] (DRILL-949) support of reading ctrl-A delimited text file in storage-plugins.json

Vivian Summers created DRILL-949:
------------------------------------

             Summary: support of reading ctrl-A delimited text file in storage-plugins.json
                 Key: DRILL-949
                 URL: https://issues.apache.org/jira/browse/DRILL-949
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Vivian Summers


Currently Drill doesn't support ctrl-A ('\001') type of delimiter in storage-plugins.json file:

I have this in the format:

       "ctrlA" : {
          type: "text",
          extensions: [ "txt" ],
          delimiter: "\\001"
        },

and getting error while Drillbit starts:

Exception in thread "51a92118-3fab-4b4e-bdf9-2a7057ee52e4:frag:0:0" java.lang.IllegalArgumentException: Only single character delimiter supported





--
This message was sent by Atlassian JIRA
(v6.2#6252)