Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-5889

Scala DSL: no tokenize("...") method

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.10.3
    • 2.10.4, 2.11.0
    • camel-scala
    • None
    • Unknown

    Description

      This is related to issue https://issues.apache.org/jira/browse/CAMEL-5803

      It looks like the fix included tokenizeXML() method, but there is still not tokenize()

      I have a usecase where I have to split my in message body (text) by semi-colon character for downstream processing, so I need to be able to do something like the following in Scala DSL:

      split(_.in)
      tokenize(";")

      I fix would be very welcome, also, if there is a work around with TokenizeLanguage etc - please let me know, thank you!

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            oleg.kozlov Oleg Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: