Re: how to read json in a file and use jsonpath

2014-11-24 Thread gmh
I guess the more appropriate question is how do I convert BSON into JSON. Timestamp is not been converted into JSON is the problem. Gordon -- View this message in context: http://camel.465427.n5.nabble.com/how-to-read-json-in-a-file-and-use-jsonpath-tp5759546p5759562.html Sent from the Camel

Re: how to read json in a file and use jsonpath

2014-11-24 Thread gmh
something along the line of message transformation? I really don't need the timestamp information. Gordon -- View this message in context: http://camel.465427.n5.nabble.com/how-to-read-json-in-a-file-and-use-jsonpath-tp5759546p5759561.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: how to read json in a file and use jsonpath

2014-11-24 Thread Taariq Levack
the > .json file and then added the additional route. > Do I need to add any other configurations or libraries? > Gordon > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/how-to-read-json-in-a-file-and-use-jsonpath-tp5759546p5759559.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: how to read json in a file and use jsonpath

2014-11-24 Thread gmh
.nabble.com/how-to-read-json-in-a-file-and-use-jsonpath-tp5759546p5759559.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: how to read json in a file and use jsonpath

2014-11-24 Thread Claus Ibsen
ing json file > { > "ts": Timestamp(1415124334, 1), > "op": "i", > "ns": "test.products", > "o": { > "_id": ObjectId("5459156e7950e8c18c094992"), > "item": "card", > "qty&q

how to read json in a file and use jsonpath

2014-11-24 Thread gmh
"qty": 15 } } The route has started according to the log but jsonpath does not work What is wrong with my syntax? Gordon -- View this message in context: http://camel.465427.n5.nabble.com/how-to-read-json-in-a-file-and-use-jsonpath-tp5759546.html Sent from the Camel - Users mailing list archive at Nabble.com.