You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/07 19:11:00 UTC

[jira] [Commented] (MINIFICPP-469) Implement base64 encode/decode EL functions

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

ASF GitHub Bot commented on MINIFICPP-469:
------------------------------------------

Github user achristianson commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/307#discussion_r186519113
  
    --- Diff: extensions/expression-language/base64.h ---
    @@ -0,0 +1,188 @@
    +/***************************************************************************
    --- End diff --
    
    Rebased to fix conflicts. The reason it's here rather than 3rd-party is that it's specific functions copied/pasted, not a third party lib. We own/adopted the code now and it won't be maintained by a third party.


> Implement base64 encode/decode EL functions
> -------------------------------------------
>
>                 Key: MINIFICPP-469
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-469
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Andrew Christianson
>            Assignee: Andrew Christianson
>            Priority: Major
>
> * [base64Encode|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#base64encode]
>  * [base64Decode|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#base64decode]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)