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
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
Hi,
I am trying to parse below shown XML file using xom parser in java and put each
key,value pairs into Map. Later I am trying to insert this Map into Cassandra
using Mutator object. My XML file looks like as below:
0.25000
Percentage