I have imported my graphdata in form of GraphMl from orientDb by using gremlin console by g.saveGraphML(filename.xml) funtion. Now I have to import this graphML in DSE graphloader . But I found out that the format of graphML DSE graph accepts is not the same as label, member_id, community_id needs to be included which I don't see in my graphml structure.
Kindly help me in this problem as I don't want to manually change all entries in my graphML because its quite huge.
-Varun