Oleg Kozlov created CAMEL-5889:
----------------------------------

             Summary: Scala DSL: no tokenize("...") method
                 Key: CAMEL-5889
                 URL: https://issues.apache.org/jira/browse/CAMEL-5889
             Project: Camel
          Issue Type: Bug
          Components: camel-scala
    Affects Versions: 2.10.3
            Reporter: Oleg Kozlov


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!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to