You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by smilevasu6 <sr...@gmail.com> on 2014/12/01 06:48:07 UTC

camel - xsd

Hi Claus Ibsen,

can you please help me on below,

I want to read the xsd file from camel.

then i want to load .txt file and fetch the table name dynamically from xsd
file like,

    from("file:/home/cloudera/Desktop/?fileName=Sample.xsd").
		convertBodyTo(String.class).
		setBody(constant("load data local inpath '/sri/address.txt' OVERWRITE into
table +tablename+")).


can you please help me.

thanks in advance. 



--
View this message in context: http://camel.465427.n5.nabble.com/camel-xsd-tp5759841.html
Sent from the Camel - Users mailing list archive at Nabble.com.