how to handle large volume of data

2017-02-27 Thread Gunjara
Hi , can any one help me on this , I'm invoking a rest endpoint and as a response i'm getting large amount of data . Is there any solution for that . Regards, Gunjara. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-handle-large-volume-of-data-tp5794510.html Sent

Re: AW: How to Parse .tsv(tab separated value) file

2017-02-27 Thread Gunjara
Thanks :) -- View this message in context: http://camel.465427.n5.nabble.com/How-to-Parse-tsv-tab-separated-value-file-tp5794268p5794500.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to Parse .tsv(tab separated value) file

2017-02-22 Thread Gunjara
HI All, if there any way to parse .tsv file , like .csv using Bindy . It is possible to use camel Bindy for parsing .tsv file. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-Parse-tsv-tab-separated-value-file-tp5794268.html Sent from the Camel - Users mailing list

nullpointerException coming while doing JSON to Java POJO

2016-11-25 Thread Gunjara
HI can any body help me on this. from("direct:restClient").toD("url") .unmarshal().json(JsonLibrary.Jackson, Product[].class ).log("STARTED!") .process(new Processor() { @Override

Re: How to invoking one rest webservice json response list property values to another rest webservice in one router.

2016-11-23 Thread Gunjara
Hi Thanks Tomohisa Igarashi .Its very useful. can I do unmarshall for a file ? I need to save invoked rest webservice json in a json file (product.json) and then I need to unmarshal this as a POJO ...like below .to("http://localhost:8081/products/toDayDate=20161121;) .

How to invoking one rest webservice json response list property values to another rest webservice in one router.

2016-11-21 Thread Gunjara
How to invoking one rest webservice json response list property values to another rest webservice in one router. example: 1.Rest call localhost:8081/products/toDayDate=20161121 , it gives list of products { "Id": "610", "Name": "15", "Description": "1.99", "ProductList": [

How to Pass Dynamic Parameters to invoke rest url.

2016-10-26 Thread Gunjara
HI Please help me , how to pass query paramets. package org.tesco.storeapi.routes; import org.apache.camel.CamelContext; import org.apache.camel.Exchange; import org.apache.camel.LoggingLevel; import org.apache.camel.ProducerTemplate; import org.apache.camel.builder.RouteBuilder; import

Rest Webservices problem

2016-10-26 Thread Gunjara
template.sendBody("direct:restClient", "Test Input"); } finally { context.stop(); } } === now I want to call from Postman and get the JSON file . But I'm not hitting the remote endpoint. I

Rest Webservices

2016-10-26 Thread Gunjara
e remote endpoint. I'm very new to camel can you please help me on this. http://localhost:8989/wnncID/12345?storeId=1234="true; Regards, Gunjara. -- View this message in context: http://camel.465427.n5.nabble.com/Rest-Webservices-tp5789252.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to consume remote rest url and how to write given json response in a text file.

2016-10-13 Thread Gunjara
Hi someone can help me on this, How to consume remote rest url and how to write given json response in a text file. i have remote url like this http://yourhost.domain/path/to/rest/resource/productid=1234=10122016 I need how to add parameters dynamically. and i need to consume that if i use

Re: How to consume remote rest url and how to write given json response in a text file.

2016-10-12 Thread Gunjara
Hi Tomohisa Igarashi, Thanks for your reply. I need to pass parameters dynamically like http://yourhost.domain/path/to/rest/resource/productid=1234=10122016 . How I can do that , please help me . If you have any sample git code plz send me. Regards, Gunjara -- View this message in context

How to consume remote rest url and how to write given json response in a text file.

2016-10-12 Thread Gunjara
Hi Any Body can help me on this. How to consume remote rest url and how to write given json response in a text file. like have Order ,Price endpoint urls are there i need to consume those urls ,take that into pojo and generated json in a text file. Regards, Gunjara -- View this message

Camel Rest example

2016-10-05 Thread Gunjara
HI anybody plz provide a gitlink for Camel Rest example which consumes public url(like weather service) and get json data and keep that data into some file. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Rest-example-tp5788384.html Sent from the Camel - Users

Need Camel Rest example which consumes public urls

2016-09-29 Thread Gunjara
HI anybody plz provide a gitlink for Camel Rest example which consumes public urls. Regards, Gunjara -- View this message in context: http://camel.465427.n5.nabble.com/Need-Camel-Rest-example-which-consumes-public-urls-tp5788182.html Sent from the Camel - Users mailing list archive