[
https://issues.apache.org/jira/browse/DRILL-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625145#comment-14625145
]
Kristine Hahn edited comment on DRILL-3489 at 7/17/15 4:41 AM:
---------------------------------------------------------------
Thanks for flagging the problem!
* Correcting fieldDelimiter to delimiter in the docs.
* Removing lineDelimiter, which does not seem to be supported.
Corrected docs will appear next time we publish (target 7/17/15).
was (Author: krishahn):
Thanks for flagging the problem!
Correcting fieldDelimiter to delimiter in the docs.
Removing redundant list of attributes on
http://drill.apache.org/docs/text-files-csv-tsv-psv/#configuring-drill-to-read-text-files
that include lineDelimiter, which seems to be supported for inclusion in the
storage plugin, but that I can't get to work to replace a new line with an
exclamation point.
Corrected docs will appear next time we publish (sometime this week).
> Error in documentation for "List of Attributes and Definitions"
> ---------------------------------------------------------------
>
> Key: DRILL-3489
> URL: https://issues.apache.org/jira/browse/DRILL-3489
> Project: Apache Drill
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.1.0
> Environment: not applicable
> Reporter: Uwe Geercken
> Assignee: Kristine Hahn
> Priority: Minor
>
> the documentation for the attributes and definitions shows an attribute named
> "delimiter", with following description.
> quote:
> One or more characters that separate records in a delimited text file, such
> as CSV. Use a 4-digit hex ascii code syntax \uXXXX for a non-printable
> delimiter.
> end quote
> so it is obvious, that a record separator is meant. there is another
> attribute: "fieldDelimiter". which is from its name and description to define
> the delimiter/separator between fields of a row.
> The issue is, that in the standard definition of the storage plugin, the
> attribute "delimiter" is used as the delimiter between the fields and not the
> records. And it also works correctly like this.
> When I try to add the attribute "fieldDelimiter" to the storage configuration
> then I get following error:
> error (Invalid JSON mapping)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)