[
https://issues.apache.org/jira/browse/BEAM-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15340697#comment-15340697
]
ASF GitHub Bot commented on BEAM-252:
-------------------------------------
GitHub user eljefe6a opened a pull request:
https://github.com/apache/incubator-beam/pull/506
[BEAM-252] Make Regex Transform
Jira issue BEAM-252 Make Regex Transform. Adding a pre-built transform for
Regex.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eljefe6a/incubator-beam RegexTransform
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/506.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 #506
----
commit 008ff6fc91ee3ed48764550cd3349afa2801b5e7
Author: Jesse Anderson <[email protected]>
Date: 2016-06-20T23:44:43Z
Added Regex Transform and test.
----
> Make Regex Transform
> --------------------
>
> Key: BEAM-252
> URL: https://issues.apache.org/jira/browse/BEAM-252
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Jesse Anderson
> Assignee: Kenneth Knowles
>
> There needs to be an easier way to run Regular Expressions as part of a
> transform. This will make string-based ETL much easier.
> The transform should support using the matches and find methods. The
> transform should allow you to choose a group in the regex to output. The
> transform should allow single strings to be output or KV's of strings.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)