[
https://issues.apache.org/jira/browse/FLINK-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267477#comment-14267477
]
ASF GitHub Bot commented on FLINK-1168:
---------------------------------------
Github user StephanEwen commented on the pull request:
https://github.com/apache/flink/pull/264#issuecomment-69002001
Since you added a charset for the delimiter, it would be good to have this
consistent with the String conversion.
1. Either both cannot be configured and are only applicable to UTF-8
2. Or we define a charset for the input format as a whole, which is used
for delimiter and StringParser
> Support multi-character field delimiters in CSVInputFormats
> -----------------------------------------------------------
>
> Key: FLINK-1168
> URL: https://issues.apache.org/jira/browse/FLINK-1168
> Project: Flink
> Issue Type: Improvement
> Affects Versions: 0.7.0-incubating
> Reporter: Fabian Hueske
> Assignee: Manu Kaul
> Priority: Minor
> Labels: starter
>
> The CSVInputFormat supports multi-char (String) line delimiters, but only
> single-char (char) field delimiters.
> This issue proposes to add support for multi-char field delimiters.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)