[
https://issues.apache.org/jira/browse/FLINK-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14243990#comment-14243990
]
ASF GitHub Bot commented on FLINK-1168:
---------------------------------------
GitHub user fhueske opened a pull request:
https://github.com/apache/incubator-flink/pull/264
[FLINK-1168] Adds multi-char field delimiter support for CsvInputFormats
This commit includes parts of Cbro's pull request and subsumes PR #247
This closes #247
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhueske/incubator-flink multiCharDelim
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/264.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #264
----
commit be532817e00fa03050530e5995a3675740eb070d
Author: Fabian Hueske <[email protected]>
Date: 2014-10-20T13:18:20Z
[FLINK-1168] Added support for multi-char delimiters.
This commit includes parts of Cbro's pull request and subsumes PR #247
This closes #247
----
> 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)