[ 
https://issues.apache.org/jira/browse/DRILL-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14144766#comment-14144766
 ] 

Jim Scott commented on DRILL-1440:
----------------------------------

I stumbled across the case where that actually was a default action of the 
code. The default record delimiter was \n and the default field separator was 
\n. Thus when the Record Reader read the record in there were no field because 
the record reader split the records on the same character. I have ensured that 
the default functionality is still there. All it takes to support that feature 
though is to set fieldSeparator=recordDelimiter 

> Allow delimited files to have customizable quote characters
> -----------------------------------------------------------
>
>                 Key: DRILL-1440
>                 URL: https://issues.apache.org/jira/browse/DRILL-1440
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Text & CSV
>    Affects Versions: 0.5.0
>            Reporter: Jim Scott
>            Priority: Minor
>
> Delimited files should have multiple options to configure:
> -1. Field separators (already in place - Defaults to \n)-
> 2. Line separators (JIRA-1318 - Defaults to \n)
> 3. Skip header row (missing - Defaults to false)
> 4. Quote characters (missing - Defaults to \")
> 5. Strip Quotes (missing - Defaults to false)
> These defaults will keep the functionality as currently coded the same 
> without any of these settings being specified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to