RE: Parse xml and store data in Map using xom parser

2013-12-08 Thread Santosh Shet
l and store data in Map using xom parser Not really a cassandra question, but it would seem your xml file isn't particularly well designed. It would seem you need to qualify your entries with indices when put in the map, such as put("test.1.C", "0"); put("test.2.C&qu

Re: Parse xml and store data in Map using xom parser

2013-12-08 Thread Dave Brosius
Not really a cassandra question, but it would seem your xml file isn't particularly well designed. It would seem you need to qualify your entries with indices when put in the map, such as put("test.1.C", "0"); put("test.2.C", "50"); before figuring out the cassandra angle, i'd rethin