Hi Claus,

Thanks. I will look into it. Let have this code

<camelContext xmlns="http://camel.apache.org/schema/blueprint";>
      <route>
        <from uri="file://inputdir/"/>
        <log message="Moving ${file:name} to the output directory"/>
        <to uri="file://outputdir/"/>
      </route>
    </camelContext>

I want to modify to the above code, such that i can read the contents of a
file. By the way it will be much helpful for me understand . Since i am new
to this arena. 

Where are the description for route,from,to,log and all. What are the other
things available, with which i can read the contents of a file and also
other operations. Help me out. 


Cheers
Guru

--
View this message in context: 
http://camel.465427.n5.nabble.com/File-Reading-Writing-using-Camel-tp4541266p4541417.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to