Hi,
first i read the XSD file with bean in camel
Then if i am able to fetch the elements from XSD in camel like i said
.setHeader("tablename", simple("${body[0]................"))
then i am having the data in .txt file to load the data.
like
.setBody(simple("load data local inpath '/sri/address.txt' OVERWRITE into
table ${in.header.tablename}"))
to do this i need the element name to fetch.
Please help me.
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Array-tp5760111p5760214.html
Sent from the Camel - Users mailing list archive at Nabble.com.