[ 
https://issues.apache.org/jira/browse/CAMEL-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-5889.
--------------------------------

    Resolution: Fixed

The tokenize and tokenizePair has been added.
                
> Scala DSL: no tokenize("...") method
> ------------------------------------
>
>                 Key: CAMEL-5889
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5889
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-scala
>    Affects Versions: 2.10.3
>            Reporter: Oleg Kozlov
>            Assignee: Claus Ibsen
>             Fix For: 2.10.4, 2.11.0
>
>
> 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