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/04/04 19:24:00 UTC

[jira] [Commented] (MINIFICPP-445) Implement escape/unescape CSV functions in expression language

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

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

Github user apiri commented on the issue:

    https://github.com/apache/nifi-minifi-cpp/pull/293
  
    Looks like all envs in Travis are failing with:
    
    ```
    -------------------------------------------------------------------------------
    
    Decode XML
    
    -------------------------------------------------------------------------------
    
    /Users/travis/build/apache/nifi-minifi-cpp/libminifi/test/expression-language-tests/ExpressionLanguageTests.cpp:1052
    
    ...............................................................................
    
    
    
    /Users/travis/build/apache/nifi-minifi-cpp/libminifi/test/expression-language-tests/ExpressionLanguageTests.cpp:1057: FAILED:
    
      REQUIRE( "Zero > One < \"two!\" & 'true'" == expr({flow_file_a}).asString() )
    
    with expansion:
    
      "Zero > One < "two!" & 'true'"
    
      ==
    
      "Zero > One < &quot;two!&quot; & 'true'"
    
    ```


> Implement escape/unescape CSV functions in expression language
> --------------------------------------------------------------
>
>                 Key: MINIFICPP-445
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-445
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Andrew Christianson
>            Assignee: Andrew Christianson
>            Priority: Major
>
> * [escapeCsv|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#escapecsv]
>  * [unescapeCsv|https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html#unescapecsv]



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