You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/12/02 10:41:12 UTC

[jira] [Commented] (FLINK-1168) Support multi-character field delimiters in CSVInputFormats

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

ASF GitHub Bot commented on FLINK-1168:
---------------------------------------

GitHub user Cbro opened a pull request:

    https://github.com/apache/incubator-flink/pull/247

    Mk amulti char delim

    [FLINK-1168] Added support for multi-char delimiters + added new tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Cbro/incubator-flink MKAmultiCharDelim

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/247.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 #247
    
----
commit 21394aae4912d49ea53696bab449f2e5ee766632
Author: Fabian Hueske <fh...@apache.org>
Date:   2014-10-20T13:18:20Z

    [FLINK-1168] Added support for multi-char delimiters. Missing: Tests with multi-char delims, API

commit 16c6dbade208e5feca8789347d52f3efb1f33650
Author: Fabian Hueske <fh...@apache.org>
Date:   2014-10-20T13:18:20Z

    [FLINK-1168] Added support for multi-char delimiters. Missing: Tests with multi-char delims, API
    
    Modified the i+1 to 1+field_delim.length

commit 33fef529b12d8bf834fdf7f1d636bce67a34e10d
Author: Cbro <ma...@gmail.com>
Date:   2014-11-29T15:13:56Z

    [JIRA 1168] Modified code to allow multiple character field delimiters in CSV fields.

commit 2360c0b9744b58d924cdce5e40ca52263a215b81
Author: Cbro <ma...@gmail.com>
Date:   2014-11-29T17:38:02Z

    [JIRA 1168] Modified to obey style guide. If statement had missing braces.

commit 51fd765caafc66f2eeefb2c5dc44e3c18e57408e
Author: Cbro <ma...@gmail.com>
Date:   2014-12-01T14:47:54Z

    [JIRA 1168] Added new tests.

----


> 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)