Hi All,
I have a Excel sheet with 4700 entries.
The list contains List name,Code and Description.
For a particular description in an xpath i need to lookup and get the Code.
Doing translation using xslt will be cumbersome.


Example as below:

List    Value    Description
CNT     001     United States of America
CNT     002     United Kingdom
CNT     003     India
CNT     004     Germany
CNT     005     France
CNT     006     Australia

>From XML:
<processing-country  code="">United States of America</processing-country>

For translating processing-country i need to look in to CNT list and get the
code and create a xml tag as below.

<processing-country  code=&quot;&lt;b>001*">United States of
America</processing-country>

I do not have any persistent store associated with integaration layer.

is there any other better way to acheive it using apache camel and jboss
fuse.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Lookup-functionality-using-apache-camel-tp5791699.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to