You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/06 17:46:27 UTC

[GitHub] [camel-k-runtime] davsclaus commented on issue #632: Functions to escape Kamelet parameters

davsclaus commented on issue #632:
URL: https://github.com/apache/camel-k-runtime/issues/632#issuecomment-791998603


   Okay so the single quoutes should be double quotes, then we can use O'Niel, such as
   
                           .transform().jsonpath("$.store.book[?(@.author == \"John O'Niel\")].title")
   
   Since kamelets in yaml dsl are already using double quotes for string literals. We can maybe transpose the expression by looking for single quote pairs, and replace them as double quotes, for specific languages like simple or jsonpath.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org