[
https://issues.apache.org/jira/browse/BEAM-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267234#comment-15267234
]
ASF GitHub Bot commented on BEAM-252:
-------------------------------------
GitHub user eljefe6a opened a pull request:
https://github.com/apache/incubator-beam/pull/269
[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 master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/269.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 #269
----
commit 72ec9b82fb21ee9040b1bee6615fecfb9916e470
Author: Jesse Anderson <[email protected]>
Date: 2016-05-02T18:39:26Z
Make Regex Transform
----
> 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: Davor Bonaci
>
> 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)