anirudh9 / xml2csv-conv

Automatically exported from code.google.com/p/xml2csv-conv
0 stars 0 forks source link

Unable to read the last level node #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In my XML two nodes are present means I am getting only one node 
Similar way 3 nodes 2 nodes are writes to excel file 

 <Request = 1>
    <FirstName>dd</FirstName>
     <lastname>BB</lastname>
 <Request = 2>
     <FirstName>ddf</FirstName>
      <LastName>sss<LastName>
 <Request>

where Request 1 is writed to excel but request 2 is not writing to excel

Original issue reported on code.google.com by josuvat...@gmail.com on 9 Feb 2012 at 7:12

GoogleCodeExporter commented 9 years ago
Not excel it's csv

Original comment by josuvat...@gmail.com on 9 Feb 2012 at 7:13

GoogleCodeExporter commented 9 years ago
this is a Logical problem.
Please add the this.printMapToResult(values); at line number 199 (before Return 
statement of convert())

Thanks a lot for the code it saved me lot of time

Original comment by gatol...@gmail.com on 20 Apr 2012 at 6:50

GoogleCodeExporter commented 9 years ago
Thanks for your help....

Original comment by josuvat...@gmail.com on 20 Apr 2012 at 8:21

GoogleCodeExporter commented 9 years ago
hi i would be interested in understanding better the solution ? do you mean i 
have in some way to edit the Main.class file ?thanks'

Original comment by ste.ka...@gmail.com on 18 Jan 2013 at 11:31