You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by sowmiya kandasamy <ch...@hotmail.com> on 2014/01/27 14:48:18 UTC

XML processing in storm

Hi All,
I need some source code please do help me .I am using storm.I want to process this Xml data using SAX parser as follows, Spout has to get this xml file and it will give input to the seperate bolt as  From <employee id =1> to </employee> Each bolt contains input as different employee details such as  bolt1= <employee id =1> to </employee> bolt2=<employee id =2> to </employee>and store the each input of the bolt into another xml file.The Xml file name must be id of the employeeCan you please  give some sample code for us?

Thank You,Sowmiya