Hi Camel Users,
I have a 4G json array file need to load into database. How can I leverage 
Camel to stream the file and split into json?
I had tried to use "stream:file" but it was reading line by line not split into 
json. 
I leveraged gson streaming to read and insert into the database in java 
application which took about 3 minutes. However, I would like to check if there 
is a way to leverage camel pipeline for the same purpose.
Thank you,

Reply via email to