Thanks!
>
> Chirag
>
>
>
>
> From: Claus Ibsen
> To: "users@camel.apache.org"
> Sent: Monday, 28 July 2014 2:05 PM
> Subject: Re: Using Stream Caching with FTP Consumer
>
>
> The file metadata is stored as headers so you find t
Re: Using Stream Caching with FTP Consumer
The file metadata is stored as headers so you find them there.
On Mon, Jul 28, 2014 at 10:18 AM, Chirag Dewan wrote:
> Hi All,
>
> I have a route which consumes files from FTP server and distributes them to
> HDFS.
>
>
> Now,I h
The file metadata is stored as headers so you find them there.
On Mon, Jul 28, 2014 at 10:18 AM, Chirag Dewan wrote:
> Hi All,
>
> I have a route which consumes files from FTP server and distributes them to
> HDFS.
>
>
> Now,I have a processor in which I want to rename a file and append properti
Hi All,
I have a route which consumes files from FTP server and distributes them to
HDFS.
Now,I have a processor in which I want to rename a file and append properties
like file size and timestamp in the file name. Earlier,I was doing it by
getting the GenericFile instance from exchange body